Shades of Charm #CA7177
Tints of Charm #CA7177
RGB
CMYK
RGB Variations
Color information
#CA7177 (or 0xCA7177) is known color: Charm. HEX triplet: CA, 71 and 77. RGB value is (202,113,119). Sum of RGB (Red+Green+Blue) = 202+113+119=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7177 is #358E88. Grayscale: #8C8C8C. Windows color (decimal): -3509897 or 7827914. OLE color: 7827914.
HSL color Cylindrical-coordinate representation of color #CA7177: hue angle of 355.96º degrees, saturation: 0.46, 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 #CA7177 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 119 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.21 |
| HSL | 355.96º | 0.46% | 0.62% | - |
| HSV(B) | 355.96º | 0.44% | 0.79% | - |
| XYZ | 33.59 | 25.7 | 20.64 | - |
| YUV | 140.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 119 | 0 | 0.44 | 0.41 | 0.21 | 355.96 | 0.46 | 0.62 |
| Hex | CA | 71 | 77 | 0 | 2C | 29 | 15 | 164 | 2E | 3E |
| Octal | 312 | 161 | 167 | 0 | 54 | 51 | 25 | 544 | 56 | 76 |
| Binary | 11001010 | 1110001 | 1110111 | 0 | 101100 | 101001 | 10101 | 101100100 | 101110 | 111110 |
Color Harmonies of #CA7177
Complementary color
Monochromatic Colors of #CA7177
Black with #CA7177
Text Example
Text Example
White with #CA7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7177; }
p { color: rgb(202,113,119); }
H1.HeaderClassName
{
color: #CA7177;
}
.AnyTagClassName
{
color: #CA7177;
}
</style>
background-color css
<style>
a { background-color: #CA7177; }
a { background-color: rgb(202,113,119); }
div.DivClassName
{
background-color: #CA7177;
}
.BgClassName
{
background-color: #CA7177;
}
</style>
border-color css
<style>
span { border-color: #CA7177; }
span { border-color: rgb(202,113,119); }
td.TdClassName
{
border-color: #CA7177;
}
.TagClassName
{
border-color: #CA7177;
}
</style>