Shades of Charm #CA7077
Tints of Charm #CA7077
RGB
CMYK
RGB Variations
Color information
#CA7077 (or 0xCA7077) is known color: Charm. HEX triplet: CA, 70 and 77. RGB value is (202,112,119). Sum of RGB (Red+Green+Blue) = 202+112+119=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7077 is #358F88. Grayscale: #8B8B8B. Windows color (decimal): -3510153 or 7827658. OLE color: 7827658.
HSL color Cylindrical-coordinate representation of color #CA7077: hue angle of 355.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7077 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 119 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.21 |
| HSL | 355.33º | 0.46% | 0.62% | - |
| HSV(B) | 355.33º | 0.45% | 0.79% | - |
| XYZ | 33.48 | 25.48 | 20.61 | - |
| YUV | 139.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 119 | 0 | 0.45 | 0.41 | 0.21 | 355.33 | 0.46 | 0.62 |
| Hex | CA | 70 | 77 | 0 | 2D | 29 | 15 | 163 | 2E | 3E |
| Octal | 312 | 160 | 167 | 0 | 55 | 51 | 25 | 543 | 56 | 76 |
| Binary | 11001010 | 1110000 | 1110111 | 0 | 101101 | 101001 | 10101 | 101100011 | 101110 | 111110 |
Color Harmonies of #CA7077
Complementary color
Monochromatic Colors of #CA7077
Black with #CA7077
Text Example
Text Example
White with #CA7077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7077; }
p { color: rgb(202,112,119); }
H1.HeaderClassName
{
color: #CA7077;
}
.AnyTagClassName
{
color: #CA7077;
}
</style>
background-color css
<style>
a { background-color: #CA7077; }
a { background-color: rgb(202,112,119); }
div.DivClassName
{
background-color: #CA7077;
}
.BgClassName
{
background-color: #CA7077;
}
</style>
border-color css
<style>
span { border-color: #CA7077; }
span { border-color: rgb(202,112,119); }
td.TdClassName
{
border-color: #CA7077;
}
.TagClassName
{
border-color: #CA7077;
}
</style>