Shades of Charm #CC7D84
Tints of Charm #CC7D84
RGB
CMYK
RGB Variations
Color information
#CC7D84 (or 0xCC7D84) is known color: Charm. HEX triplet: CC, 7D and 84. RGB value is (204,125,132). Sum of RGB (Red+Green+Blue) = 204+125+132=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D84 is #33827B. Grayscale: #959595. Windows color (decimal): -3375740 or 8682956. OLE color: 8682956.
HSL color Cylindrical-coordinate representation of color #CC7D84: hue angle of 354.68º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7D84 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 132 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.2 |
| HSL | 354.68º | 0.44% | 0.65% | - |
| HSV(B) | 354.68º | 0.39% | 0.8% | - |
| XYZ | 36.4 | 29.17 | 25.54 | - |
| YUV | 149.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 132 | 0 | 0.39 | 0.35 | 0.2 | 354.68 | 0.44 | 0.65 |
| Hex | CC | 7D | 84 | 0 | 27 | 23 | 14 | 163 | 2C | 41 |
| Octal | 314 | 175 | 204 | 0 | 47 | 43 | 24 | 543 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10000100 | 0 | 100111 | 100011 | 10100 | 101100011 | 101100 | 1000001 |
Color Harmonies of #CC7D84
Complementary color
Monochromatic Colors of #CC7D84
Black with #CC7D84
Text Example
Text Example
White with #CC7D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D84; }
p { color: rgb(204,125,132); }
H1.HeaderClassName
{
color: #CC7D84;
}
.AnyTagClassName
{
color: #CC7D84;
}
</style>
background-color css
<style>
a { background-color: #CC7D84; }
a { background-color: rgb(204,125,132); }
div.DivClassName
{
background-color: #CC7D84;
}
.BgClassName
{
background-color: #CC7D84;
}
</style>
border-color css
<style>
span { border-color: #CC7D84; }
span { border-color: rgb(204,125,132); }
td.TdClassName
{
border-color: #CC7D84;
}
.TagClassName
{
border-color: #CC7D84;
}
</style>