#ca7a8e

Color #CA7A8E Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #CA7A8E

Tints of Charm #CA7A8E

Color information

#CA7A8E (or 0xCA7A8E) is unknown color: approx Charm. HEX triplet: CA, 7A and 8E. RGB value is (202,122,142). Sum of RGB (Red+Green+Blue) = 202+122+142=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7A8E is #358571. Grayscale: #949494. Windows color (decimal): -3507570 or 9337546. OLE color: 9337546.

HSL color Cylindrical-coordinate representation of color #CA7A8E: hue angle of 345º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7A8E is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB202122142-
CMYK00.400.300.21
HSL345º43.01%63.53%-
HSV(B)345º39.6%79.22%-
XYZ36.228.4329.17-
YUV148.2124.5166.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=43.35%
G=26.18%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212214200.400.300.2134543.0163.53
HexCA7A8E0281E151592b40
Octal312172216050362553153100
Binary11001010111101010001110010100011110101011010110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca7a8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca7a8e; }

 p { color: rgb(202,122,142); }

 H1.HeaderClassName
 {
   color: #ca7a8e;
 }
 .AnyTagClassName
 {
   color: #ca7a8e;
 }
</style>
background-color css

<style>
 a { background-color: #ca7a8e; }

 a { background-color: rgb(202,122,142); }

 div.DivClassName
 {
   background-color: #ca7a8e;
 }
 .BgClassName
 {
   background-color: #ca7a8e;
 }
</style>
border-color css

<style>
 span { border-color: #ca7a8e; }

 span { border-color: rgb(202,122,142); }

 td.TdClassName
 {
   border-color: #ca7a8e;
 }
 .TagClassName
 {
   border-color: #ca7a8e;
 }
</style>