Shades of Charm #CC7885
Tints of Charm #CC7885
RGB
CMYK
RGB Variations
Color information
#CC7885 (or 0xCC7885) is known color: Charm. HEX triplet: CC, 78 and 85. RGB value is (204,120,133). Sum of RGB (Red+Green+Blue) = 204+120+133=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7885 is #33877A. Grayscale: #929292. Windows color (decimal): -3377019 or 8747212. OLE color: 8747212.
HSL color Cylindrical-coordinate representation of color #CC7885: hue angle of 350.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC7885 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 133 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.2 |
| HSL | 350.71º | 0.45% | 0.64% | - |
| HSV(B) | 350.71º | 0.41% | 0.8% | - |
| XYZ | 35.85 | 27.96 | 25.7 | - |
| YUV | 146.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 133 | 0 | 0.41 | 0.35 | 0.2 | 350.71 | 0.45 | 0.64 |
| Hex | CC | 78 | 85 | 0 | 29 | 23 | 14 | 15F | 2D | 40 |
| Octal | 314 | 170 | 205 | 0 | 51 | 43 | 24 | 537 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10000101 | 0 | 101001 | 100011 | 10100 | 101011111 | 101101 | 1000000 |
Color Harmonies of #CC7885
Complementary color
Monochromatic Colors of #CC7885
Black with #CC7885
Text Example
Text Example
White with #CC7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7885; }
p { color: rgb(204,120,133); }
H1.HeaderClassName
{
color: #CC7885;
}
.AnyTagClassName
{
color: #CC7885;
}
</style>
background-color css
<style>
a { background-color: #CC7885; }
a { background-color: rgb(204,120,133); }
div.DivClassName
{
background-color: #CC7885;
}
.BgClassName
{
background-color: #CC7885;
}
</style>
border-color css
<style>
span { border-color: #CC7885; }
span { border-color: rgb(204,120,133); }
td.TdClassName
{
border-color: #CC7885;
}
.TagClassName
{
border-color: #CC7885;
}
</style>