Shades of Charm #CC808C
Tints of Charm #CC808C
RGB
CMYK
RGB Variations
Color information
#CC808C (or 0xCC808C) is known color: Charm. HEX triplet: CC, 80 and 8C. RGB value is (204,128,140). Sum of RGB (Red+Green+Blue) = 204+128+140=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC808C is #337F73. Grayscale: #989898. Windows color (decimal): -3374964 or 9208012. OLE color: 9208012.
HSL color Cylindrical-coordinate representation of color #CC808C: hue angle of 350.53º degrees, saturation: 0.43, 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 #CC808C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 140 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.2 |
| HSL | 350.53º | 0.43% | 0.65% | - |
| HSV(B) | 350.53º | 0.37% | 0.8% | - |
| XYZ | 37.35 | 30.17 | 28.67 | - |
| YUV | 152.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 140 | 0 | 0.37 | 0.31 | 0.2 | 350.53 | 0.43 | 0.65 |
| Hex | CC | 80 | 8C | 0 | 25 | 1F | 14 | 15F | 2B | 41 |
| Octal | 314 | 200 | 214 | 0 | 45 | 37 | 24 | 537 | 53 | 101 |
| Binary | 11001100 | 10000000 | 10001100 | 0 | 100101 | 11111 | 10100 | 101011111 | 101011 | 1000001 |
Color Harmonies of #CC808C
Complementary color
Monochromatic Colors of #CC808C
Black with #CC808C
Text Example
Text Example
White with #CC808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC808C; }
p { color: rgb(204,128,140); }
H1.HeaderClassName
{
color: #CC808C;
}
.AnyTagClassName
{
color: #CC808C;
}
</style>
background-color css
<style>
a { background-color: #CC808C; }
a { background-color: rgb(204,128,140); }
div.DivClassName
{
background-color: #CC808C;
}
.BgClassName
{
background-color: #CC808C;
}
</style>
border-color css
<style>
span { border-color: #CC808C; }
span { border-color: rgb(204,128,140); }
td.TdClassName
{
border-color: #CC808C;
}
.TagClassName
{
border-color: #CC808C;
}
</style>