Shades of Charm #CC778B
Tints of Charm #CC778B
RGB
CMYK
RGB Variations
Color information
#CC778B (or 0xCC778B) is known color: Charm. HEX triplet: CC, 77 and 8B. RGB value is (204,119,139). Sum of RGB (Red+Green+Blue) = 204+119+139=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC778B is #338874. Grayscale: #929292. Windows color (decimal): -3377269 or 9140172. OLE color: 9140172.
HSL color Cylindrical-coordinate representation of color #CC778B: hue angle of 345.88º 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 #CC778B is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 139 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.2 |
| HSL | 345.88º | 0.45% | 0.63% | - |
| HSV(B) | 345.88º | 0.42% | 0.8% | - |
| XYZ | 36.16 | 27.9 | 27.9 | - |
| YUV | 146.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 139 | 0 | 0.42 | 0.32 | 0.2 | 345.88 | 0.45 | 0.63 |
| Hex | CC | 77 | 8B | 0 | 2A | 20 | 14 | 15A | 2D | 3F |
| Octal | 314 | 167 | 213 | 0 | 52 | 40 | 24 | 532 | 55 | 77 |
| Binary | 11001100 | 1110111 | 10001011 | 0 | 101010 | 100000 | 10100 | 101011010 | 101101 | 111111 |
Color Harmonies of #CC778B
Complementary color
Monochromatic Colors of #CC778B
Black with #CC778B
Text Example
Text Example
White with #CC778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC778B; }
p { color: rgb(204,119,139); }
H1.HeaderClassName
{
color: #CC778B;
}
.AnyTagClassName
{
color: #CC778B;
}
</style>
background-color css
<style>
a { background-color: #CC778B; }
a { background-color: rgb(204,119,139); }
div.DivClassName
{
background-color: #CC778B;
}
.BgClassName
{
background-color: #CC778B;
}
</style>
border-color css
<style>
span { border-color: #CC778B; }
span { border-color: rgb(204,119,139); }
td.TdClassName
{
border-color: #CC778B;
}
.TagClassName
{
border-color: #CC778B;
}
</style>