Shades of Charm #CC6E7C
Tints of Charm #CC6E7C
RGB
CMYK
RGB Variations
Color information
#CC6E7C (or 0xCC6E7C) is known color: Charm. HEX triplet: CC, 6E and 7C. RGB value is (204,110,124). Sum of RGB (Red+Green+Blue) = 204+110+124=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E7C is #339183. Grayscale: #8B8B8B. Windows color (decimal): -3379588 or 8154828. OLE color: 8154828.
HSL color Cylindrical-coordinate representation of color #CC6E7C: hue angle of 351.06º 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 #CC6E7C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 124 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.2 |
| HSL | 351.06º | 0.48% | 0.62% | - |
| HSV(B) | 351.06º | 0.46% | 0.8% | - |
| XYZ | 34.12 | 25.44 | 22.18 | - |
| YUV | 139.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 124 | 0 | 0.46 | 0.39 | 0.2 | 351.06 | 0.48 | 0.62 |
| Hex | CC | 6E | 7C | 0 | 2E | 27 | 14 | 15F | 30 | 3E |
| Octal | 314 | 156 | 174 | 0 | 56 | 47 | 24 | 537 | 60 | 76 |
| Binary | 11001100 | 1101110 | 1111100 | 0 | 101110 | 100111 | 10100 | 101011111 | 110000 | 111110 |
Color Harmonies of #CC6E7C
Complementary color
Monochromatic Colors of #CC6E7C
Black with #CC6E7C
Text Example
Text Example
White with #CC6E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E7C; }
p { color: rgb(204,110,124); }
H1.HeaderClassName
{
color: #CC6E7C;
}
.AnyTagClassName
{
color: #CC6E7C;
}
</style>
background-color css
<style>
a { background-color: #CC6E7C; }
a { background-color: rgb(204,110,124); }
div.DivClassName
{
background-color: #CC6E7C;
}
.BgClassName
{
background-color: #CC6E7C;
}
</style>
border-color css
<style>
span { border-color: #CC6E7C; }
span { border-color: rgb(204,110,124); }
td.TdClassName
{
border-color: #CC6E7C;
}
.TagClassName
{
border-color: #CC6E7C;
}
</style>