Shades of Charm #CA8485
Tints of Charm #CA8485
RGB
CMYK
RGB Variations
Color information
#CA8485 (or 0xCA8485) is known color: Charm. HEX triplet: CA, 84 and 85. RGB value is (202,132,133). Sum of RGB (Red+Green+Blue) = 202+132+133=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8485 is #357B7A. Grayscale: #999999. Windows color (decimal): -3505019 or 8750282. OLE color: 8750282.
HSL color Cylindrical-coordinate representation of color #CA8485: hue angle of 359.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8485 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 133 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.21 |
| HSL | 359.14º | 0.4% | 0.65% | - |
| HSV(B) | 359.14º | 0.35% | 0.79% | - |
| XYZ | 36.84 | 30.75 | 26.18 | - |
| YUV | 153.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 133 | 0 | 0.35 | 0.34 | 0.21 | 359.14 | 0.4 | 0.65 |
| Hex | CA | 84 | 85 | 0 | 23 | 22 | 15 | 167 | 28 | 41 |
| Octal | 312 | 204 | 205 | 0 | 43 | 42 | 25 | 547 | 50 | 101 |
| Binary | 11001010 | 10000100 | 10000101 | 0 | 100011 | 100010 | 10101 | 101100111 | 101000 | 1000001 |
Color Harmonies of #CA8485
Complementary color
Monochromatic Colors of #CA8485
Black with #CA8485
Text Example
Text Example
White with #CA8485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8485; }
p { color: rgb(202,132,133); }
H1.HeaderClassName
{
color: #CA8485;
}
.AnyTagClassName
{
color: #CA8485;
}
</style>
background-color css
<style>
a { background-color: #CA8485; }
a { background-color: rgb(202,132,133); }
div.DivClassName
{
background-color: #CA8485;
}
.BgClassName
{
background-color: #CA8485;
}
</style>
border-color css
<style>
span { border-color: #CA8485; }
span { border-color: rgb(202,132,133); }
td.TdClassName
{
border-color: #CA8485;
}
.TagClassName
{
border-color: #CA8485;
}
</style>