Shades of Charm #CA8089
Tints of Charm #CA8089
RGB
CMYK
RGB Variations
Color information
#CA8089 (or 0xCA8089) is known color: Charm. HEX triplet: CA, 80 and 89. RGB value is (202,128,137). Sum of RGB (Red+Green+Blue) = 202+128+137=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8089 is #357F76. Grayscale: #979797. Windows color (decimal): -3506039 or 9011402. OLE color: 9011402.
HSL color Cylindrical-coordinate representation of color #CA8089: hue angle of 352.7º 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 #CA8089 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 137 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.21 |
| HSL | 352.7º | 0.41% | 0.65% | - |
| HSV(B) | 352.7º | 0.37% | 0.79% | - |
| XYZ | 36.59 | 29.8 | 27.49 | - |
| YUV | 151.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 137 | 0 | 0.37 | 0.32 | 0.21 | 352.7 | 0.41 | 0.65 |
| Hex | CA | 80 | 89 | 0 | 25 | 20 | 15 | 161 | 29 | 41 |
| Octal | 312 | 200 | 211 | 0 | 45 | 40 | 25 | 541 | 51 | 101 |
| Binary | 11001010 | 10000000 | 10001001 | 0 | 100101 | 100000 | 10101 | 101100001 | 101001 | 1000001 |
Color Harmonies of #CA8089
Complementary color
Monochromatic Colors of #CA8089
Black with #CA8089
Text Example
Text Example
White with #CA8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8089; }
p { color: rgb(202,128,137); }
H1.HeaderClassName
{
color: #CA8089;
}
.AnyTagClassName
{
color: #CA8089;
}
</style>
background-color css
<style>
a { background-color: #CA8089; }
a { background-color: rgb(202,128,137); }
div.DivClassName
{
background-color: #CA8089;
}
.BgClassName
{
background-color: #CA8089;
}
</style>
border-color css
<style>
span { border-color: #CA8089; }
span { border-color: rgb(202,128,137); }
td.TdClassName
{
border-color: #CA8089;
}
.TagClassName
{
border-color: #CA8089;
}
</style>