Shades of Charm #CA7277
Tints of Charm #CA7277
RGB
CMYK
RGB Variations
Color information
#CA7277 (or 0xCA7277) is known color: Charm. HEX triplet: CA, 72 and 77. RGB value is (202,114,119). Sum of RGB (Red+Green+Blue) = 202+114+119=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7277 is #358D88. Grayscale: #8C8C8C. Windows color (decimal): -3509641 or 7828170. OLE color: 7828170.
HSL color Cylindrical-coordinate representation of color #CA7277: hue angle of 356.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7277 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 119 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.21 |
| HSL | 356.59º | 0.45% | 0.62% | - |
| HSV(B) | 356.59º | 0.44% | 0.79% | - |
| XYZ | 33.7 | 25.92 | 20.68 | - |
| YUV | 140.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 119 | 0 | 0.44 | 0.41 | 0.21 | 356.59 | 0.45 | 0.62 |
| Hex | CA | 72 | 77 | 0 | 2C | 29 | 15 | 165 | 2D | 3E |
| Octal | 312 | 162 | 167 | 0 | 54 | 51 | 25 | 545 | 55 | 76 |
| Binary | 11001010 | 1110010 | 1110111 | 0 | 101100 | 101001 | 10101 | 101100101 | 101101 | 111110 |
Color Harmonies of #CA7277
Complementary color
Monochromatic Colors of #CA7277
Black with #CA7277
Text Example
Text Example
White with #CA7277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7277; }
p { color: rgb(202,114,119); }
H1.HeaderClassName
{
color: #CA7277;
}
.AnyTagClassName
{
color: #CA7277;
}
</style>
background-color css
<style>
a { background-color: #CA7277; }
a { background-color: rgb(202,114,119); }
div.DivClassName
{
background-color: #CA7277;
}
.BgClassName
{
background-color: #CA7277;
}
</style>
border-color css
<style>
span { border-color: #CA7277; }
span { border-color: rgb(202,114,119); }
td.TdClassName
{
border-color: #CA7277;
}
.TagClassName
{
border-color: #CA7277;
}
</style>