#CA787C

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

Shades of Charm #CA787C

Tints of Charm #CA787C

Color information

#CA787C (or 0xCA787C) is unknown color: approx Charm. HEX triplet: CA, 78 and 7C. RGB value is (202,120,124). Sum of RGB (Red+Green+Blue) = 202+120+124=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA787C is #358783. Grayscale: #919191. Windows color (decimal): -3508100 or 8157386. OLE color: 8157386.

HSL color Cylindrical-coordinate representation of color #CA787C: hue angle of 357.07º 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 #CA787C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB202120124-
CMYK00.410.390.21
HSL357.07º43.62%63.14%-
HSV(B)357.07º40.59%79.22%-
XYZ34.7127.4422.54-
YUV144.97116.17168.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=45.29%
G=26.91%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212012400.410.390.21357.0743.6263.14
HexCA787C02927151652c3f
Octal31217017405147255455477
Binary1100101011110001111100010100110011110101101100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA787C; }

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

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

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

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

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

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

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

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