Shades of Charm #CC6E78
Tints of Charm #CC6E78
RGB
CMYK
RGB Variations
Color information
#CC6E78 (or 0xCC6E78) is known color: Charm. HEX triplet: CC, 6E and 78. RGB value is (204,110,120). Sum of RGB (Red+Green+Blue) = 204+110+120=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E78 is #339187. Grayscale: #8B8B8B. Windows color (decimal): -3379592 or 7892684. OLE color: 7892684.
HSL color Cylindrical-coordinate representation of color #CC6E78: hue angle of 353.62º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6E78 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 120 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.2 |
| HSL | 353.62º | 0.48% | 0.62% | - |
| HSV(B) | 353.62º | 0.46% | 0.8% | - |
| XYZ | 33.87 | 25.35 | 20.88 | - |
| YUV | 139.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 120 | 0 | 0.46 | 0.41 | 0.2 | 353.62 | 0.48 | 0.62 |
| Hex | CC | 6E | 78 | 0 | 2E | 29 | 14 | 162 | 30 | 3E |
| Octal | 314 | 156 | 170 | 0 | 56 | 51 | 24 | 542 | 60 | 76 |
| Binary | 11001100 | 1101110 | 1111000 | 0 | 101110 | 101001 | 10100 | 101100010 | 110000 | 111110 |
Color Harmonies of #CC6E78
Complementary color
Monochromatic Colors of #CC6E78
Black with #CC6E78
Text Example
Text Example
White with #CC6E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E78; }
p { color: rgb(204,110,120); }
H1.HeaderClassName
{
color: #CC6E78;
}
.AnyTagClassName
{
color: #CC6E78;
}
</style>
background-color css
<style>
a { background-color: #CC6E78; }
a { background-color: rgb(204,110,120); }
div.DivClassName
{
background-color: #CC6E78;
}
.BgClassName
{
background-color: #CC6E78;
}
</style>
border-color css
<style>
span { border-color: #CC6E78; }
span { border-color: rgb(204,110,120); }
td.TdClassName
{
border-color: #CC6E78;
}
.TagClassName
{
border-color: #CC6E78;
}
</style>