Shades of Charm #CA7179
Tints of Charm #CA7179
RGB
CMYK
RGB Variations
Color information
#CA7179 (or 0xCA7179) is known color: Charm. HEX triplet: CA, 71 and 79. RGB value is (202,113,121). Sum of RGB (Red+Green+Blue) = 202+113+121=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7179 is #358E86. Grayscale: #8C8C8C. Windows color (decimal): -3509895 or 7958986. OLE color: 7958986.
HSL color Cylindrical-coordinate representation of color #CA7179: hue angle of 354.61º 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 #CA7179 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 121 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.21 |
| HSL | 354.61º | 0.46% | 0.62% | - |
| HSV(B) | 354.61º | 0.44% | 0.79% | - |
| XYZ | 33.71 | 25.75 | 21.28 | - |
| YUV | 140.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 121 | 0 | 0.44 | 0.40 | 0.21 | 354.61 | 0.46 | 0.62 |
| Hex | CA | 71 | 79 | 0 | 2C | 28 | 15 | 163 | 2E | 3E |
| Octal | 312 | 161 | 171 | 0 | 54 | 50 | 25 | 543 | 56 | 76 |
| Binary | 11001010 | 1110001 | 1111001 | 0 | 101100 | 101000 | 10101 | 101100011 | 101110 | 111110 |
Color Harmonies of #CA7179
Complementary color
Monochromatic Colors of #CA7179
Black with #CA7179
Text Example
Text Example
White with #CA7179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7179; }
p { color: rgb(202,113,121); }
H1.HeaderClassName
{
color: #CA7179;
}
.AnyTagClassName
{
color: #CA7179;
}
</style>
background-color css
<style>
a { background-color: #CA7179; }
a { background-color: rgb(202,113,121); }
div.DivClassName
{
background-color: #CA7179;
}
.BgClassName
{
background-color: #CA7179;
}
</style>
border-color css
<style>
span { border-color: #CA7179; }
span { border-color: rgb(202,113,121); }
td.TdClassName
{
border-color: #CA7179;
}
.TagClassName
{
border-color: #CA7179;
}
</style>