Shades of Charm #CC6C7C
Tints of Charm #CC6C7C
RGB
CMYK
RGB Variations
Color information
#CC6C7C (or 0xCC6C7C) is known color: Charm. HEX triplet: CC, 6C and 7C. RGB value is (204,108,124). Sum of RGB (Red+Green+Blue) = 204+108+124=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C7C is #339383. Grayscale: #8A8A8A. Windows color (decimal): -3380100 or 8154316. OLE color: 8154316.
HSL color Cylindrical-coordinate representation of color #CC6C7C: hue angle of 350º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6C7C is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 124 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.2 |
| HSL | 350º | 0.48% | 0.61% | - |
| HSV(B) | 350º | 0.47% | 0.8% | - |
| XYZ | 33.9 | 25.02 | 22.11 | - |
| YUV | 138.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 124 | 0 | 0.47 | 0.39 | 0.2 | 350 | 0.48 | 0.61 |
| Hex | CC | 6C | 7C | 0 | 2F | 27 | 14 | 15E | 30 | 3D |
| Octal | 314 | 154 | 174 | 0 | 57 | 47 | 24 | 536 | 60 | 75 |
| Binary | 11001100 | 1101100 | 1111100 | 0 | 101111 | 100111 | 10100 | 101011110 | 110000 | 111101 |
Color Harmonies of #CC6C7C
Complementary color
Monochromatic Colors of #CC6C7C
Black with #CC6C7C
Text Example
Text Example
White with #CC6C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C7C; }
p { color: rgb(204,108,124); }
H1.HeaderClassName
{
color: #CC6C7C;
}
.AnyTagClassName
{
color: #CC6C7C;
}
</style>
background-color css
<style>
a { background-color: #CC6C7C; }
a { background-color: rgb(204,108,124); }
div.DivClassName
{
background-color: #CC6C7C;
}
.BgClassName
{
background-color: #CC6C7C;
}
</style>
border-color css
<style>
span { border-color: #CC6C7C; }
span { border-color: rgb(204,108,124); }
td.TdClassName
{
border-color: #CC6C7C;
}
.TagClassName
{
border-color: #CC6C7C;
}
</style>