Shades of Charm #CC6D7F
Tints of Charm #CC6D7F
RGB
CMYK
RGB Variations
Color information
#CC6D7F (or 0xCC6D7F) is known color: Charm. HEX triplet: CC, 6D and 7F. RGB value is (204,109,127). Sum of RGB (Red+Green+Blue) = 204+109+127=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D7F is #339280. Grayscale: #8B8B8B. Windows color (decimal): -3379841 or 8351180. OLE color: 8351180.
HSL color Cylindrical-coordinate representation of color #CC6D7F: hue angle of 348.63º 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 #CC6D7F is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 127 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.2 |
| HSL | 348.63º | 0.48% | 0.61% | - |
| HSV(B) | 348.63º | 0.47% | 0.8% | - |
| XYZ | 34.2 | 25.31 | 23.16 | - |
| YUV | 139.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 127 | 0 | 0.47 | 0.38 | 0.2 | 348.63 | 0.48 | 0.61 |
| Hex | CC | 6D | 7F | 0 | 2F | 26 | 14 | 15D | 30 | 3D |
| Octal | 314 | 155 | 177 | 0 | 57 | 46 | 24 | 535 | 60 | 75 |
| Binary | 11001100 | 1101101 | 1111111 | 0 | 101111 | 100110 | 10100 | 101011101 | 110000 | 111101 |
Color Harmonies of #CC6D7F
Complementary color
Monochromatic Colors of #CC6D7F
Black with #CC6D7F
Text Example
Text Example
White with #CC6D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D7F; }
p { color: rgb(204,109,127); }
H1.HeaderClassName
{
color: #CC6D7F;
}
.AnyTagClassName
{
color: #CC6D7F;
}
</style>
background-color css
<style>
a { background-color: #CC6D7F; }
a { background-color: rgb(204,109,127); }
div.DivClassName
{
background-color: #CC6D7F;
}
.BgClassName
{
background-color: #CC6D7F;
}
</style>
border-color css
<style>
span { border-color: #CC6D7F; }
span { border-color: rgb(204,109,127); }
td.TdClassName
{
border-color: #CC6D7F;
}
.TagClassName
{
border-color: #CC6D7F;
}
</style>