Shades of Charm #CA8184
Tints of Charm #CA8184
RGB
CMYK
RGB Variations
Color information
#CA8184 (or 0xCA8184) is known color: Charm. HEX triplet: CA, 81 and 84. RGB value is (202,129,132). Sum of RGB (Red+Green+Blue) = 202+129+132=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8184 is #357E7B. Grayscale: #979797. Windows color (decimal): -3505788 or 8683978. OLE color: 8683978.
HSL color Cylindrical-coordinate representation of color #CA8184: hue angle of 357.53º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8184 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 132 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.21 |
| HSL | 357.53º | 0.41% | 0.65% | - |
| HSV(B) | 357.53º | 0.36% | 0.79% | - |
| XYZ | 36.37 | 29.92 | 25.69 | - |
| YUV | 151.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 132 | 0 | 0.36 | 0.35 | 0.21 | 357.53 | 0.41 | 0.65 |
| Hex | CA | 81 | 84 | 0 | 24 | 23 | 15 | 166 | 29 | 41 |
| Octal | 312 | 201 | 204 | 0 | 44 | 43 | 25 | 546 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10000100 | 0 | 100100 | 100011 | 10101 | 101100110 | 101001 | 1000001 |
Color Harmonies of #CA8184
Complementary color
Monochromatic Colors of #CA8184
Black with #CA8184
Text Example
Text Example
White with #CA8184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8184; }
p { color: rgb(202,129,132); }
H1.HeaderClassName
{
color: #CA8184;
}
.AnyTagClassName
{
color: #CA8184;
}
</style>
background-color css
<style>
a { background-color: #CA8184; }
a { background-color: rgb(202,129,132); }
div.DivClassName
{
background-color: #CA8184;
}
.BgClassName
{
background-color: #CA8184;
}
</style>
border-color css
<style>
span { border-color: #CA8184; }
span { border-color: rgb(202,129,132); }
td.TdClassName
{
border-color: #CA8184;
}
.TagClassName
{
border-color: #CA8184;
}
</style>