Shades of Charm #CA8285
Tints of Charm #CA8285
RGB
CMYK
RGB Variations
Color information
#CA8285 (or 0xCA8285) is known color: Charm. HEX triplet: CA, 82 and 85. RGB value is (202,130,133). Sum of RGB (Red+Green+Blue) = 202+130+133=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8285 is #357D7A. Grayscale: #979797. Windows color (decimal): -3505531 or 8749770. OLE color: 8749770.
HSL color Cylindrical-coordinate representation of color #CA8285: hue angle of 357.5º degrees, saturation: 0.4, 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 #CA8285 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 133 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.21 |
| HSL | 357.5º | 0.4% | 0.65% | - |
| HSV(B) | 357.5º | 0.36% | 0.79% | - |
| XYZ | 36.57 | 30.22 | 26.09 | - |
| YUV | 151.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 133 | 0 | 0.36 | 0.34 | 0.21 | 357.5 | 0.4 | 0.65 |
| Hex | CA | 82 | 85 | 0 | 24 | 22 | 15 | 166 | 28 | 41 |
| Octal | 312 | 202 | 205 | 0 | 44 | 42 | 25 | 546 | 50 | 101 |
| Binary | 11001010 | 10000010 | 10000101 | 0 | 100100 | 100010 | 10101 | 101100110 | 101000 | 1000001 |
Color Harmonies of #CA8285
Complementary color
Monochromatic Colors of #CA8285
Black with #CA8285
Text Example
Text Example
White with #CA8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8285; }
p { color: rgb(202,130,133); }
H1.HeaderClassName
{
color: #CA8285;
}
.AnyTagClassName
{
color: #CA8285;
}
</style>
background-color css
<style>
a { background-color: #CA8285; }
a { background-color: rgb(202,130,133); }
div.DivClassName
{
background-color: #CA8285;
}
.BgClassName
{
background-color: #CA8285;
}
</style>
border-color css
<style>
span { border-color: #CA8285; }
span { border-color: rgb(202,130,133); }
td.TdClassName
{
border-color: #CA8285;
}
.TagClassName
{
border-color: #CA8285;
}
</style>