#CA787E

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

Shades of Charm #CA787E

Tints of Charm #CA787E

Color information

#CA787E (or 0xCA787E) is unknown color: approx Charm. HEX triplet: CA, 78 and 7E. RGB value is (202,120,126). Sum of RGB (Red+Green+Blue) = 202+120+126=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA787E is #358781. Grayscale: #919191. Windows color (decimal): -3508098 or 8288458. OLE color: 8288458.

HSL color Cylindrical-coordinate representation of color #CA787E: hue angle of 355.61º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA787E is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB202120126-
CMYK00.410.380.21
HSL355.61º43.62%63.14%-
HSV(B)355.61º40.59%79.22%-
XYZ34.8427.523.21-
YUV145.2117.17168.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=45.09%
G=26.79%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212012600.410.380.21355.6143.6263.14
HexCA787E02926151642c3f
Octal31217017605146255445477
Binary1100101011110001111110010100110011010101101100100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA787E; }

 p { color: rgb(202,120,126); }

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

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

 a { background-color: rgb(202,120,126); }

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

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

 span { border-color: rgb(202,120,126); }

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