Shades of Charm #CC8386
Tints of Charm #CC8386
RGB
CMYK
RGB Variations
Color information
#CC8386 (or 0xCC8386) is known color: Charm. HEX triplet: CC, 83 and 86. RGB value is (204,131,134). Sum of RGB (Red+Green+Blue) = 204+131+134=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8386 is #337C79. Grayscale: #999999. Windows color (decimal): -3374202 or 8815564. OLE color: 8815564.
HSL color Cylindrical-coordinate representation of color #CC8386: hue angle of 357.53º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8386 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 134 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.2 |
| HSL | 357.53º | 0.42% | 0.66% | - |
| HSV(B) | 357.53º | 0.36% | 0.8% | - |
| XYZ | 37.32 | 30.79 | 26.53 | - |
| YUV | 153.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 134 | 0 | 0.36 | 0.34 | 0.2 | 357.53 | 0.42 | 0.66 |
| Hex | CC | 83 | 86 | 0 | 24 | 22 | 14 | 166 | 2A | 42 |
| Octal | 314 | 203 | 206 | 0 | 44 | 42 | 24 | 546 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10000110 | 0 | 100100 | 100010 | 10100 | 101100110 | 101010 | 1000010 |
Color Harmonies of #CC8386
Complementary color
Monochromatic Colors of #CC8386
Black with #CC8386
Text Example
Text Example
White with #CC8386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8386; }
p { color: rgb(204,131,134); }
H1.HeaderClassName
{
color: #CC8386;
}
.AnyTagClassName
{
color: #CC8386;
}
</style>
background-color css
<style>
a { background-color: #CC8386; }
a { background-color: rgb(204,131,134); }
div.DivClassName
{
background-color: #CC8386;
}
.BgClassName
{
background-color: #CC8386;
}
</style>
border-color css
<style>
span { border-color: #CC8386; }
span { border-color: rgb(204,131,134); }
td.TdClassName
{
border-color: #CC8386;
}
.TagClassName
{
border-color: #CC8386;
}
</style>