Shades of Charm #CA6977
Tints of Charm #CA6977
RGB
CMYK
RGB Variations
Color information
#CA6977 (or 0xCA6977) is known color: Charm. HEX triplet: CA, 69 and 77. RGB value is (202,105,119). Sum of RGB (Red+Green+Blue) = 202+105+119=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6977 is #359688. Grayscale: #878787. Windows color (decimal): -3511945 or 7825866. OLE color: 7825866.
HSL color Cylindrical-coordinate representation of color #CA6977: hue angle of 351.34º 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 #CA6977 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 105 | 119 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.21 |
| HSL | 351.34º | 0.48% | 0.6% | - |
| HSV(B) | 351.34º | 0.48% | 0.79% | - |
| XYZ | 32.74 | 23.99 | 20.36 | - |
| YUV | 135.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 105 | 119 | 0 | 0.48 | 0.41 | 0.21 | 351.34 | 0.48 | 0.6 |
| Hex | CA | 69 | 77 | 0 | 30 | 29 | 15 | 15F | 30 | 3C |
| Octal | 312 | 151 | 167 | 0 | 60 | 51 | 25 | 537 | 60 | 74 |
| Binary | 11001010 | 1101001 | 1110111 | 0 | 110000 | 101001 | 10101 | 101011111 | 110000 | 111100 |
Color Harmonies of #CA6977
Complementary color
Monochromatic Colors of #CA6977
Black with #CA6977
Text Example
Text Example
White with #CA6977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6977; }
p { color: rgb(202,105,119); }
H1.HeaderClassName
{
color: #CA6977;
}
.AnyTagClassName
{
color: #CA6977;
}
</style>
background-color css
<style>
a { background-color: #CA6977; }
a { background-color: rgb(202,105,119); }
div.DivClassName
{
background-color: #CA6977;
}
.BgClassName
{
background-color: #CA6977;
}
</style>
border-color css
<style>
span { border-color: #CA6977; }
span { border-color: rgb(202,105,119); }
td.TdClassName
{
border-color: #CA6977;
}
.TagClassName
{
border-color: #CA6977;
}
</style>