Shades of Charm #CA6E76
Tints of Charm #CA6E76
RGB
CMYK
RGB Variations
Color information
#CA6E76 (or 0xCA6E76) is known color: Charm. HEX triplet: CA, 6E and 76. RGB value is (202,110,118). Sum of RGB (Red+Green+Blue) = 202+110+118=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6E76 is #359189. Grayscale: #8A8A8A. Windows color (decimal): -3510666 or 7761610. OLE color: 7761610.
HSL color Cylindrical-coordinate representation of color #CA6E76: hue angle of 354.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6E76 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 118 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.21 |
| HSL | 354.78º | 0.46% | 0.61% | - |
| HSV(B) | 354.78º | 0.46% | 0.79% | - |
| XYZ | 33.2 | 25.02 | 20.22 | - |
| YUV | 138.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 118 | 0 | 0.46 | 0.42 | 0.21 | 354.78 | 0.46 | 0.61 |
| Hex | CA | 6E | 76 | 0 | 2E | 2A | 15 | 163 | 2E | 3D |
| Octal | 312 | 156 | 166 | 0 | 56 | 52 | 25 | 543 | 56 | 75 |
| Binary | 11001010 | 1101110 | 1110110 | 0 | 101110 | 101010 | 10101 | 101100011 | 101110 | 111101 |
Color Harmonies of #CA6E76
Complementary color
Monochromatic Colors of #CA6E76
Black with #CA6E76
Text Example
Text Example
White with #CA6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E76; }
p { color: rgb(202,110,118); }
H1.HeaderClassName
{
color: #CA6E76;
}
.AnyTagClassName
{
color: #CA6E76;
}
</style>
background-color css
<style>
a { background-color: #CA6E76; }
a { background-color: rgb(202,110,118); }
div.DivClassName
{
background-color: #CA6E76;
}
.BgClassName
{
background-color: #CA6E76;
}
</style>
border-color css
<style>
span { border-color: #CA6E76; }
span { border-color: rgb(202,110,118); }
td.TdClassName
{
border-color: #CA6E76;
}
.TagClassName
{
border-color: #CA6E76;
}
</style>