Shades of Charm #CC7782
Tints of Charm #CC7782
RGB
CMYK
RGB Variations
Color information
#CC7782 (or 0xCC7782) is known color: Charm. HEX triplet: CC, 77 and 82. RGB value is (204,119,130). Sum of RGB (Red+Green+Blue) = 204+119+130=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7782 is #33887D. Grayscale: #919191. Windows color (decimal): -3377278 or 8550348. OLE color: 8550348.
HSL color Cylindrical-coordinate representation of color #CC7782: hue angle of 352.24º 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 #CC7782 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 130 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.2 |
| HSL | 352.24º | 0.45% | 0.63% | - |
| HSV(B) | 352.24º | 0.42% | 0.8% | - |
| XYZ | 35.53 | 27.64 | 24.58 | - |
| YUV | 145.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 130 | 0 | 0.42 | 0.36 | 0.2 | 352.24 | 0.45 | 0.63 |
| Hex | CC | 77 | 82 | 0 | 2A | 24 | 14 | 160 | 2D | 3F |
| Octal | 314 | 167 | 202 | 0 | 52 | 44 | 24 | 540 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10000010 | 0 | 101010 | 100100 | 10100 | 101100000 | 101101 | 111111 |
Color Harmonies of #CC7782
Complementary color
Monochromatic Colors of #CC7782
Black with #CC7782
Text Example
Text Example
White with #CC7782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7782; }
p { color: rgb(204,119,130); }
H1.HeaderClassName
{
color: #CC7782;
}
.AnyTagClassName
{
color: #CC7782;
}
</style>
background-color css
<style>
a { background-color: #CC7782; }
a { background-color: rgb(204,119,130); }
div.DivClassName
{
background-color: #CC7782;
}
.BgClassName
{
background-color: #CC7782;
}
</style>
border-color css
<style>
span { border-color: #CC7782; }
span { border-color: rgb(204,119,130); }
td.TdClassName
{
border-color: #CC7782;
}
.TagClassName
{
border-color: #CC7782;
}
</style>