Shades of Charm #CA8087
Tints of Charm #CA8087
RGB
CMYK
RGB Variations
Color information
#CA8087 (or 0xCA8087) is known color: Charm. HEX triplet: CA, 80 and 87. RGB value is (202,128,135). Sum of RGB (Red+Green+Blue) = 202+128+135=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8087 is #357F78. Grayscale: #969696. Windows color (decimal): -3506041 or 8880330. OLE color: 8880330.
HSL color Cylindrical-coordinate representation of color #CA8087: hue angle of 354.32º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA8087 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 135 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.21 |
| HSL | 354.32º | 0.41% | 0.65% | - |
| HSV(B) | 354.32º | 0.37% | 0.79% | - |
| XYZ | 36.45 | 29.74 | 26.74 | - |
| YUV | 150.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 135 | 0 | 0.37 | 0.33 | 0.21 | 354.32 | 0.41 | 0.65 |
| Hex | CA | 80 | 87 | 0 | 25 | 21 | 15 | 162 | 29 | 41 |
| Octal | 312 | 200 | 207 | 0 | 45 | 41 | 25 | 542 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10000111 | 0 | 100101 | 100001 | 10101 | 101100010 | 101001 | 1000001 |
Color Harmonies of #CA8087
Complementary color
Monochromatic Colors of #CA8087
Black with #CA8087
Text Example
Text Example
White with #CA8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8087; }
p { color: rgb(202,128,135); }
H1.HeaderClassName
{
color: #CA8087;
}
.AnyTagClassName
{
color: #CA8087;
}
</style>
background-color css
<style>
a { background-color: #CA8087; }
a { background-color: rgb(202,128,135); }
div.DivClassName
{
background-color: #CA8087;
}
.BgClassName
{
background-color: #CA8087;
}
</style>
border-color css
<style>
span { border-color: #CA8087; }
span { border-color: rgb(202,128,135); }
td.TdClassName
{
border-color: #CA8087;
}
.TagClassName
{
border-color: #CA8087;
}
</style>