Shades of Charm #CA7481
Tints of Charm #CA7481
RGB
CMYK
RGB Variations
Color information
#CA7481 (or 0xCA7481) is known color: Charm. HEX triplet: CA, 74 and 81. RGB value is (202,116,129). Sum of RGB (Red+Green+Blue) = 202+116+129=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7481 is #358B7E. Grayscale: #8F8F8F. Windows color (decimal): -3509119 or 8484042. OLE color: 8484042.
HSL color Cylindrical-coordinate representation of color #CA7481: hue angle of 350.93º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7481 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 129 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.21 |
| HSL | 350.93º | 0.45% | 0.62% | - |
| HSV(B) | 350.93º | 0.43% | 0.79% | - |
| XYZ | 34.56 | 26.63 | 24.09 | - |
| YUV | 143.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 129 | 0 | 0.43 | 0.36 | 0.21 | 350.93 | 0.45 | 0.62 |
| Hex | CA | 74 | 81 | 0 | 2B | 24 | 15 | 15F | 2D | 3E |
| Octal | 312 | 164 | 201 | 0 | 53 | 44 | 25 | 537 | 55 | 76 |
| Binary | 11001010 | 1110100 | 10000001 | 0 | 101011 | 100100 | 10101 | 101011111 | 101101 | 111110 |
Color Harmonies of #CA7481
Complementary color
Monochromatic Colors of #CA7481
Black with #CA7481
Text Example
Text Example
White with #CA7481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7481; }
p { color: rgb(202,116,129); }
H1.HeaderClassName
{
color: #CA7481;
}
.AnyTagClassName
{
color: #CA7481;
}
</style>
background-color css
<style>
a { background-color: #CA7481; }
a { background-color: rgb(202,116,129); }
div.DivClassName
{
background-color: #CA7481;
}
.BgClassName
{
background-color: #CA7481;
}
</style>
border-color css
<style>
span { border-color: #CA7481; }
span { border-color: rgb(202,116,129); }
td.TdClassName
{
border-color: #CA7481;
}
.TagClassName
{
border-color: #CA7481;
}
</style>