Shades of Charm #CC8189
Tints of Charm #CC8189
RGB
CMYK
RGB Variations
Color information
#CC8189 (or 0xCC8189) is known color: Charm. HEX triplet: CC, 81 and 89. RGB value is (204,129,137). Sum of RGB (Red+Green+Blue) = 204+129+137=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8189 is #337E76. Grayscale: #989898. Windows color (decimal): -3374711 or 9011660. OLE color: 9011660.
HSL color Cylindrical-coordinate representation of color #CC8189: hue angle of 353.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8189 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 137 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.2 |
| HSL | 353.6º | 0.42% | 0.65% | - |
| HSV(B) | 353.6º | 0.37% | 0.8% | - |
| XYZ | 37.27 | 30.34 | 27.56 | - |
| YUV | 152.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 137 | 0 | 0.37 | 0.33 | 0.2 | 353.6 | 0.42 | 0.65 |
| Hex | CC | 81 | 89 | 0 | 25 | 21 | 14 | 162 | 2A | 41 |
| Octal | 314 | 201 | 211 | 0 | 45 | 41 | 24 | 542 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10001001 | 0 | 100101 | 100001 | 10100 | 101100010 | 101010 | 1000001 |
Color Harmonies of #CC8189
Complementary color
Monochromatic Colors of #CC8189
Black with #CC8189
Text Example
Text Example
White with #CC8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8189; }
p { color: rgb(204,129,137); }
H1.HeaderClassName
{
color: #CC8189;
}
.AnyTagClassName
{
color: #CC8189;
}
</style>
background-color css
<style>
a { background-color: #CC8189; }
a { background-color: rgb(204,129,137); }
div.DivClassName
{
background-color: #CC8189;
}
.BgClassName
{
background-color: #CC8189;
}
</style>
border-color css
<style>
span { border-color: #CC8189; }
span { border-color: rgb(204,129,137); }
td.TdClassName
{
border-color: #CC8189;
}
.TagClassName
{
border-color: #CC8189;
}
</style>