Shades of Charm #CC8488
Tints of Charm #CC8488
RGB
CMYK
RGB Variations
Color information
#CC8488 (or 0xCC8488) is known color: Charm. HEX triplet: CC, 84 and 88. RGB value is (204,132,136). Sum of RGB (Red+Green+Blue) = 204+132+136=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8488 is #337B77. Grayscale: #9A9A9A. Windows color (decimal): -3373944 or 8946892. OLE color: 8946892.
HSL color Cylindrical-coordinate representation of color #CC8488: hue angle of 356.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8488 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 136 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.2 |
| HSL | 356.67º | 0.41% | 0.66% | - |
| HSV(B) | 356.67º | 0.35% | 0.8% | - |
| XYZ | 37.6 | 31.12 | 27.32 | - |
| YUV | 153.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 136 | 0 | 0.35 | 0.33 | 0.2 | 356.67 | 0.41 | 0.66 |
| Hex | CC | 84 | 88 | 0 | 23 | 21 | 14 | 165 | 29 | 42 |
| Octal | 314 | 204 | 210 | 0 | 43 | 41 | 24 | 545 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10001000 | 0 | 100011 | 100001 | 10100 | 101100101 | 101001 | 1000010 |
Color Harmonies of #CC8488
Complementary color
Monochromatic Colors of #CC8488
Black with #CC8488
Text Example
Text Example
White with #CC8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8488; }
p { color: rgb(204,132,136); }
H1.HeaderClassName
{
color: #CC8488;
}
.AnyTagClassName
{
color: #CC8488;
}
</style>
background-color css
<style>
a { background-color: #CC8488; }
a { background-color: rgb(204,132,136); }
div.DivClassName
{
background-color: #CC8488;
}
.BgClassName
{
background-color: #CC8488;
}
</style>
border-color css
<style>
span { border-color: #CC8488; }
span { border-color: rgb(204,132,136); }
td.TdClassName
{
border-color: #CC8488;
}
.TagClassName
{
border-color: #CC8488;
}
</style>