Shades of Charm #CC7786
Tints of Charm #CC7786
RGB
CMYK
RGB Variations
Color information
#CC7786 (or 0xCC7786) is known color: Charm. HEX triplet: CC, 77 and 86. RGB value is (204,119,134). Sum of RGB (Red+Green+Blue) = 204+119+134=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7786 is #338879. Grayscale: #929292. Windows color (decimal): -3377274 or 8812492. OLE color: 8812492.
HSL color Cylindrical-coordinate representation of color #CC7786: hue angle of 349.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7786 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 134 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.2 |
| HSL | 349.41º | 0.45% | 0.63% | - |
| HSV(B) | 349.41º | 0.42% | 0.8% | - |
| XYZ | 35.8 | 27.75 | 26.02 | - |
| YUV | 146.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 134 | 0 | 0.42 | 0.34 | 0.2 | 349.41 | 0.45 | 0.63 |
| Hex | CC | 77 | 86 | 0 | 2A | 22 | 14 | 15D | 2D | 3F |
| Octal | 314 | 167 | 206 | 0 | 52 | 42 | 24 | 535 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10000110 | 0 | 101010 | 100010 | 10100 | 101011101 | 101101 | 111111 |
Color Harmonies of #CC7786
Complementary color
Monochromatic Colors of #CC7786
Black with #CC7786
Text Example
Text Example
White with #CC7786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7786; }
p { color: rgb(204,119,134); }
H1.HeaderClassName
{
color: #CC7786;
}
.AnyTagClassName
{
color: #CC7786;
}
</style>
background-color css
<style>
a { background-color: #CC7786; }
a { background-color: rgb(204,119,134); }
div.DivClassName
{
background-color: #CC7786;
}
.BgClassName
{
background-color: #CC7786;
}
</style>
border-color css
<style>
span { border-color: #CC7786; }
span { border-color: rgb(204,119,134); }
td.TdClassName
{
border-color: #CC7786;
}
.TagClassName
{
border-color: #CC7786;
}
</style>