Shades of Charm #CA7881
Tints of Charm #CA7881
RGB
CMYK
RGB Variations
Color information
#CA7881 (or 0xCA7881) is known color: Charm. HEX triplet: CA, 78 and 81. RGB value is (202,120,129). Sum of RGB (Red+Green+Blue) = 202+120+129=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7881 is #35877E. Grayscale: #919191. Windows color (decimal): -3508095 or 8485066. OLE color: 8485066.
HSL color Cylindrical-coordinate representation of color #CA7881: hue angle of 353.41º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7881 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 129 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.21 |
| HSL | 353.41º | 0.44% | 0.63% | - |
| HSV(B) | 353.41º | 0.41% | 0.79% | - |
| XYZ | 35.04 | 27.57 | 24.24 | - |
| YUV | 145.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 129 | 0 | 0.41 | 0.36 | 0.21 | 353.41 | 0.44 | 0.63 |
| Hex | CA | 78 | 81 | 0 | 29 | 24 | 15 | 161 | 2C | 3F |
| Octal | 312 | 170 | 201 | 0 | 51 | 44 | 25 | 541 | 54 | 77 |
| Binary | 11001010 | 1111000 | 10000001 | 0 | 101001 | 100100 | 10101 | 101100001 | 101100 | 111111 |
Color Harmonies of #CA7881
Complementary color
Monochromatic Colors of #CA7881
Black with #CA7881
Text Example
Text Example
White with #CA7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7881; }
p { color: rgb(202,120,129); }
H1.HeaderClassName
{
color: #CA7881;
}
.AnyTagClassName
{
color: #CA7881;
}
</style>
background-color css
<style>
a { background-color: #CA7881; }
a { background-color: rgb(202,120,129); }
div.DivClassName
{
background-color: #CA7881;
}
.BgClassName
{
background-color: #CA7881;
}
</style>
border-color css
<style>
span { border-color: #CA7881; }
span { border-color: rgb(202,120,129); }
td.TdClassName
{
border-color: #CA7881;
}
.TagClassName
{
border-color: #CA7881;
}
</style>