Shades of Charm #CC8485
Tints of Charm #CC8485
RGB
CMYK
RGB Variations
Color information
#CC8485 (or 0xCC8485) is known color: Charm. HEX triplet: CC, 84 and 85. RGB value is (204,132,133). Sum of RGB (Red+Green+Blue) = 204+132+133=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8485 is #337B7A. Grayscale: #999999. Windows color (decimal): -3373947 or 8750284. OLE color: 8750284.
HSL color Cylindrical-coordinate representation of color #CC8485: hue angle of 359.17º 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 #CC8485 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 133 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.2 |
| HSL | 359.17º | 0.41% | 0.66% | - |
| HSV(B) | 359.17º | 0.35% | 0.8% | - |
| XYZ | 37.39 | 31.03 | 26.21 | - |
| YUV | 153.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 133 | 0 | 0.35 | 0.35 | 0.2 | 359.17 | 0.41 | 0.66 |
| Hex | CC | 84 | 85 | 0 | 23 | 23 | 14 | 167 | 29 | 42 |
| Octal | 314 | 204 | 205 | 0 | 43 | 43 | 24 | 547 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10000101 | 0 | 100011 | 100011 | 10100 | 101100111 | 101001 | 1000010 |
Color Harmonies of #CC8485
Complementary color
Monochromatic Colors of #CC8485
Black with #CC8485
Text Example
Text Example
White with #CC8485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8485; }
p { color: rgb(204,132,133); }
H1.HeaderClassName
{
color: #CC8485;
}
.AnyTagClassName
{
color: #CC8485;
}
</style>
background-color css
<style>
a { background-color: #CC8485; }
a { background-color: rgb(204,132,133); }
div.DivClassName
{
background-color: #CC8485;
}
.BgClassName
{
background-color: #CC8485;
}
</style>
border-color css
<style>
span { border-color: #CC8485; }
span { border-color: rgb(204,132,133); }
td.TdClassName
{
border-color: #CC8485;
}
.TagClassName
{
border-color: #CC8485;
}
</style>