#CA787B

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

Shades of Charm #CA787B

Tints of Charm #CA787B

Color information

#CA787B (or 0xCA787B) is unknown color: approx Charm. HEX triplet: CA, 78 and 7B. RGB value is (202,120,123). Sum of RGB (Red+Green+Blue) = 202+120+123=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA787B is #358784. Grayscale: #909090. Windows color (decimal): -3508101 or 8091850. OLE color: 8091850.

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

Color convert

RGB202120123-
CMYK00.410.390.21
HSL357.8º43.62%63.14%-
HSV(B)357.8º40.59%79.22%-
XYZ34.6527.4222.21-
YUV144.86115.67168.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=45.39%
G=26.97%
B=27.64%

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
Decimal20212012300.410.390.21357.843.6263.14
HexCA787B02927151662c3f
Octal31217017305147255465477
Binary1100101011110001111011010100110011110101101100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA787B; }

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

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

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

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

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

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

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

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