Shades of Charm #CA8385
Tints of Charm #CA8385
RGB
CMYK
RGB Variations
Color information
#CA8385 (or 0xCA8385) is known color: Charm. HEX triplet: CA, 83 and 85. RGB value is (202,131,133). Sum of RGB (Red+Green+Blue) = 202+131+133=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8385 is #357C7A. Grayscale: #989898. Windows color (decimal): -3505275 or 8750026. OLE color: 8750026.
HSL color Cylindrical-coordinate representation of color #CA8385: hue angle of 358.31º 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 #CA8385 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 133 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.21 |
| HSL | 358.31º | 0.4% | 0.65% | - |
| HSV(B) | 358.31º | 0.35% | 0.79% | - |
| XYZ | 36.71 | 30.48 | 26.14 | - |
| YUV | 152.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 133 | 0 | 0.35 | 0.34 | 0.21 | 358.31 | 0.4 | 0.65 |
| Hex | CA | 83 | 85 | 0 | 23 | 22 | 15 | 166 | 28 | 41 |
| Octal | 312 | 203 | 205 | 0 | 43 | 42 | 25 | 546 | 50 | 101 |
| Binary | 11001010 | 10000011 | 10000101 | 0 | 100011 | 100010 | 10101 | 101100110 | 101000 | 1000001 |
Color Harmonies of #CA8385
Complementary color
Monochromatic Colors of #CA8385
Black with #CA8385
Text Example
Text Example
White with #CA8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8385; }
p { color: rgb(202,131,133); }
H1.HeaderClassName
{
color: #CA8385;
}
.AnyTagClassName
{
color: #CA8385;
}
</style>
background-color css
<style>
a { background-color: #CA8385; }
a { background-color: rgb(202,131,133); }
div.DivClassName
{
background-color: #CA8385;
}
.BgClassName
{
background-color: #CA8385;
}
</style>
border-color css
<style>
span { border-color: #CA8385; }
span { border-color: rgb(202,131,133); }
td.TdClassName
{
border-color: #CA8385;
}
.TagClassName
{
border-color: #CA8385;
}
</style>