Shades of Charm #CC6C7F
Tints of Charm #CC6C7F
RGB
CMYK
RGB Variations
Color information
#CC6C7F (or 0xCC6C7F) is known color: Charm. HEX triplet: CC, 6C and 7F. RGB value is (204,108,127). Sum of RGB (Red+Green+Blue) = 204+108+127=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C7F is #339380. Grayscale: #8A8A8A. Windows color (decimal): -3380097 or 8350924. OLE color: 8350924.
HSL color Cylindrical-coordinate representation of color #CC6C7F: hue angle of 348.12º 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 #CC6C7F is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 127 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.2 |
| HSL | 348.13º | 0.48% | 0.61% | - |
| HSV(B) | 348.13º | 0.47% | 0.8% | - |
| XYZ | 34.1 | 25.09 | 23.13 | - |
| YUV | 138.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 127 | 0 | 0.47 | 0.38 | 0.2 | 348.13 | 0.48 | 0.61 |
| Hex | CC | 6C | 7F | 0 | 2F | 26 | 14 | 15C | 30 | 3D |
| Octal | 314 | 154 | 177 | 0 | 57 | 46 | 24 | 534 | 60 | 75 |
| Binary | 11001100 | 1101100 | 1111111 | 0 | 101111 | 100110 | 10100 | 101011100 | 110000 | 111101 |
Color Harmonies of #CC6C7F
Complementary color
Monochromatic Colors of #CC6C7F
Black with #CC6C7F
Text Example
Text Example
White with #CC6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C7F; }
p { color: rgb(204,108,127); }
H1.HeaderClassName
{
color: #CC6C7F;
}
.AnyTagClassName
{
color: #CC6C7F;
}
</style>
background-color css
<style>
a { background-color: #CC6C7F; }
a { background-color: rgb(204,108,127); }
div.DivClassName
{
background-color: #CC6C7F;
}
.BgClassName
{
background-color: #CC6C7F;
}
</style>
border-color css
<style>
span { border-color: #CC6C7F; }
span { border-color: rgb(204,108,127); }
td.TdClassName
{
border-color: #CC6C7F;
}
.TagClassName
{
border-color: #CC6C7F;
}
</style>