Shades of Charm #CA8183
Tints of Charm #CA8183
RGB
CMYK
RGB Variations
Color information
#CA8183 (or 0xCA8183) is known color: Charm. HEX triplet: CA, 81 and 83. RGB value is (202,129,131). Sum of RGB (Red+Green+Blue) = 202+129+131=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8183 is #357E7C. Grayscale: #979797. Windows color (decimal): -3505789 or 8618442. OLE color: 8618442.
HSL color Cylindrical-coordinate representation of color #CA8183: hue angle of 358.36º 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 #CA8183 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 131 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.21 |
| HSL | 358.36º | 0.41% | 0.65% | - |
| HSV(B) | 358.36º | 0.36% | 0.79% | - |
| XYZ | 36.3 | 29.9 | 25.33 | - |
| YUV | 151.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 131 | 0 | 0.36 | 0.35 | 0.21 | 358.36 | 0.41 | 0.65 |
| Hex | CA | 81 | 83 | 0 | 24 | 23 | 15 | 166 | 29 | 41 |
| Octal | 312 | 201 | 203 | 0 | 44 | 43 | 25 | 546 | 51 | 101 |
| Binary | 11001010 | 10000001 | 10000011 | 0 | 100100 | 100011 | 10101 | 101100110 | 101001 | 1000001 |
Color Harmonies of #CA8183
Complementary color
Monochromatic Colors of #CA8183
Black with #CA8183
Text Example
Text Example
White with #CA8183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8183; }
p { color: rgb(202,129,131); }
H1.HeaderClassName
{
color: #CA8183;
}
.AnyTagClassName
{
color: #CA8183;
}
</style>
background-color css
<style>
a { background-color: #CA8183; }
a { background-color: rgb(202,129,131); }
div.DivClassName
{
background-color: #CA8183;
}
.BgClassName
{
background-color: #CA8183;
}
</style>
border-color css
<style>
span { border-color: #CA8183; }
span { border-color: rgb(202,129,131); }
td.TdClassName
{
border-color: #CA8183;
}
.TagClassName
{
border-color: #CA8183;
}
</style>