Shades of Charm #CC778D
Tints of Charm #CC778D
RGB
CMYK
RGB Variations
Color information
#CC778D (or 0xCC778D) is known color: Charm. HEX triplet: CC, 77 and 8D. RGB value is (204,119,141). Sum of RGB (Red+Green+Blue) = 204+119+141=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC778D is #338872. Grayscale: #929292. Windows color (decimal): -3377267 or 9271244. OLE color: 9271244.
HSL color Cylindrical-coordinate representation of color #CC778D: hue angle of 344.47º 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 #CC778D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 141 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.2 |
| HSL | 344.47º | 0.45% | 0.63% | - |
| HSV(B) | 344.47º | 0.42% | 0.8% | - |
| XYZ | 36.31 | 27.95 | 28.68 | - |
| YUV | 146.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 141 | 0 | 0.42 | 0.31 | 0.2 | 344.47 | 0.45 | 0.63 |
| Hex | CC | 77 | 8D | 0 | 2A | 1F | 14 | 158 | 2D | 3F |
| Octal | 314 | 167 | 215 | 0 | 52 | 37 | 24 | 530 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10001101 | 0 | 101010 | 11111 | 10100 | 101011000 | 101101 | 111111 |
Color Harmonies of #CC778D
Complementary color
Monochromatic Colors of #CC778D
Black with #CC778D
Text Example
Text Example
White with #CC778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC778D; }
p { color: rgb(204,119,141); }
H1.HeaderClassName
{
color: #CC778D;
}
.AnyTagClassName
{
color: #CC778D;
}
</style>
background-color css
<style>
a { background-color: #CC778D; }
a { background-color: rgb(204,119,141); }
div.DivClassName
{
background-color: #CC778D;
}
.BgClassName
{
background-color: #CC778D;
}
</style>
border-color css
<style>
span { border-color: #CC778D; }
span { border-color: rgb(204,119,141); }
td.TdClassName
{
border-color: #CC778D;
}
.TagClassName
{
border-color: #CC778D;
}
</style>