Shades of Charm #CC7D85
Tints of Charm #CC7D85
RGB
CMYK
RGB Variations
Color information
#CC7D85 (or 0xCC7D85) is known color: Charm. HEX triplet: CC, 7D and 85. RGB value is (204,125,133). Sum of RGB (Red+Green+Blue) = 204+125+133=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D85 is #33827A. Grayscale: #959595. Windows color (decimal): -3375739 or 8748492. OLE color: 8748492.
HSL color Cylindrical-coordinate representation of color #CC7D85: hue angle of 353.92º 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 #CC7D85 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 133 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.2 |
| HSL | 353.92º | 0.44% | 0.65% | - |
| HSV(B) | 353.92º | 0.39% | 0.8% | - |
| XYZ | 36.47 | 29.2 | 25.9 | - |
| YUV | 149.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 133 | 0 | 0.39 | 0.35 | 0.2 | 353.92 | 0.44 | 0.65 |
| Hex | CC | 7D | 85 | 0 | 27 | 23 | 14 | 162 | 2C | 41 |
| Octal | 314 | 175 | 205 | 0 | 47 | 43 | 24 | 542 | 54 | 101 |
| Binary | 11001100 | 1111101 | 10000101 | 0 | 100111 | 100011 | 10100 | 101100010 | 101100 | 1000001 |
Color Harmonies of #CC7D85
Complementary color
Monochromatic Colors of #CC7D85
Black with #CC7D85
Text Example
Text Example
White with #CC7D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D85; }
p { color: rgb(204,125,133); }
H1.HeaderClassName
{
color: #CC7D85;
}
.AnyTagClassName
{
color: #CC7D85;
}
</style>
background-color css
<style>
a { background-color: #CC7D85; }
a { background-color: rgb(204,125,133); }
div.DivClassName
{
background-color: #CC7D85;
}
.BgClassName
{
background-color: #CC7D85;
}
</style>
border-color css
<style>
span { border-color: #CC7D85; }
span { border-color: rgb(204,125,133); }
td.TdClassName
{
border-color: #CC7D85;
}
.TagClassName
{
border-color: #CC7D85;
}
</style>