#CA7786

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

Shades of Charm #CA7786

Tints of Charm #CA7786

Color information

#CA7786 (or 0xCA7786) is unknown color: approx Charm. HEX triplet: CA, 77 and 86. RGB value is (202,119,134). Sum of RGB (Red+Green+Blue) = 202+119+134=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7786 is #358879. Grayscale: #919191. Windows color (decimal): -3508346 or 8812490. OLE color: 8812490.

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

Color convert

RGB202119134-
CMYK00.410.340.21
HSL349.16º43.92%62.94%-
HSV(B)349.16º41.09%79.22%-
XYZ35.2627.4726-
YUV145.53121.5168.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=44.40%
G=26.15%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211913400.410.340.21349.1643.9262.94
HexCA7786029221515d2c3f
Octal31216720605142255355477
Binary11001010111011110000110010100110001010101101011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7786; }

 p { color: rgb(202,119,134); }

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

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

 a { background-color: rgb(202,119,134); }

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

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

 span { border-color: rgb(202,119,134); }

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