#CA6A76

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

Shades of Charm #CA6A76

Tints of Charm #CA6A76

Color information

#CA6A76 (or 0xCA6A76) is unknown color: approx Charm. HEX triplet: CA, 6A and 76. RGB value is (202,106,118). Sum of RGB (Red+Green+Blue) = 202+106+118=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A76 is #359589. Grayscale: #888888. Windows color (decimal): -3511690 or 7760586. OLE color: 7760586.

HSL color Cylindrical-coordinate representation of color #CA6A76: hue angle of 352.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6A76 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202106118-
CMYK00.480.420.21
HSL352.5º47.52%60.39%-
HSV(B)352.5º47.52%79.22%-
XYZ32.7824.1720.08-
YUV136.07117.8175.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=47.42%
G=24.88%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210611800.480.420.21352.547.5260.39
HexCA6A760302A15160303c
Octal31215216606052255406074
Binary1100101011010101110110011000010101010101101100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A76; }

 p { color: rgb(202,106,118); }

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

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

 a { background-color: rgb(202,106,118); }

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

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

 span { border-color: rgb(202,106,118); }

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