Shades of Charm #CC6679
Tints of Charm #CC6679
RGB
CMYK
RGB Variations
Color information
#CC6679 (or 0xCC6679) is known color: Charm. HEX triplet: CC, 66 and 79. RGB value is (204,102,121). Sum of RGB (Red+Green+Blue) = 204+102+121=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6679 is #339986. Grayscale: #868686. Windows color (decimal): -3381639 or 7956172. OLE color: 7956172.
HSL color Cylindrical-coordinate representation of color #CC6679: hue angle of 348.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6679 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 121 | - |
| CMYK | 0 | 0.5 | 0.41 | 0.2 |
| HSL | 348.82º | 0.5% | 0.6% | - |
| HSV(B) | 348.82º | 0.5% | 0.8% | - |
| XYZ | 33.1 | 23.72 | 20.92 | - |
| YUV | 134.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 121 | 0 | 0.5 | 0.41 | 0.2 | 348.82 | 0.5 | 0.6 |
| Hex | CC | 66 | 79 | 0 | 32 | 29 | 14 | 15D | 32 | 3C |
| Octal | 314 | 146 | 171 | 0 | 62 | 51 | 24 | 535 | 62 | 74 |
| Binary | 11001100 | 1100110 | 1111001 | 0 | 110010 | 101001 | 10100 | 101011101 | 110010 | 111100 |
Color Harmonies of #CC6679
Complementary color
Monochromatic Colors of #CC6679
Black with #CC6679
Text Example
Text Example
White with #CC6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6679; }
p { color: rgb(204,102,121); }
H1.HeaderClassName
{
color: #CC6679;
}
.AnyTagClassName
{
color: #CC6679;
}
</style>
background-color css
<style>
a { background-color: #CC6679; }
a { background-color: rgb(204,102,121); }
div.DivClassName
{
background-color: #CC6679;
}
.BgClassName
{
background-color: #CC6679;
}
</style>
border-color css
<style>
span { border-color: #CC6679; }
span { border-color: rgb(204,102,121); }
td.TdClassName
{
border-color: #CC6679;
}
.TagClassName
{
border-color: #CC6679;
}
</style>