Shades of Charm #CA7076
Tints of Charm #CA7076
RGB
CMYK
RGB Variations
Color information
#CA7076 (or 0xCA7076) is known color: Charm. HEX triplet: CA, 70 and 76. RGB value is (202,112,118). Sum of RGB (Red+Green+Blue) = 202+112+118=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7076 is #358F89. Grayscale: #8B8B8B. Windows color (decimal): -3510154 or 7762122. OLE color: 7762122.
HSL color Cylindrical-coordinate representation of color #CA7076: hue angle of 356º 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 #CA7076 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 118 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.21 |
| HSL | 356º | 0.46% | 0.62% | - |
| HSV(B) | 356º | 0.45% | 0.79% | - |
| XYZ | 33.42 | 25.45 | 20.29 | - |
| YUV | 139.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 118 | 0 | 0.45 | 0.42 | 0.21 | 356 | 0.46 | 0.62 |
| Hex | CA | 70 | 76 | 0 | 2D | 2A | 15 | 164 | 2E | 3E |
| Octal | 312 | 160 | 166 | 0 | 55 | 52 | 25 | 544 | 56 | 76 |
| Binary | 11001010 | 1110000 | 1110110 | 0 | 101101 | 101010 | 10101 | 101100100 | 101110 | 111110 |
Color Harmonies of #CA7076
Complementary color
Monochromatic Colors of #CA7076
Black with #CA7076
Text Example
Text Example
White with #CA7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7076; }
p { color: rgb(202,112,118); }
H1.HeaderClassName
{
color: #CA7076;
}
.AnyTagClassName
{
color: #CA7076;
}
</style>
background-color css
<style>
a { background-color: #CA7076; }
a { background-color: rgb(202,112,118); }
div.DivClassName
{
background-color: #CA7076;
}
.BgClassName
{
background-color: #CA7076;
}
</style>
border-color css
<style>
span { border-color: #CA7076; }
span { border-color: rgb(202,112,118); }
td.TdClassName
{
border-color: #CA7076;
}
.TagClassName
{
border-color: #CA7076;
}
</style>