Shades of Charm #CC687C
Tints of Charm #CC687C
RGB
CMYK
RGB Variations
Color information
#CC687C (or 0xCC687C) is known color: Charm. HEX triplet: CC, 68 and 7C. RGB value is (204,104,124). Sum of RGB (Red+Green+Blue) = 204+104+124=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC687C is #339783. Grayscale: #888888. Windows color (decimal): -3381124 or 8153292. OLE color: 8153292.
HSL color Cylindrical-coordinate representation of color #CC687C: hue angle of 348º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC687C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 124 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.2 |
| HSL | 348º | 0.5% | 0.6% | - |
| HSV(B) | 348º | 0.49% | 0.8% | - |
| XYZ | 33.49 | 24.19 | 21.97 | - |
| YUV | 136.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 124 | 0 | 0.49 | 0.39 | 0.2 | 348 | 0.5 | 0.6 |
| Hex | CC | 68 | 7C | 0 | 31 | 27 | 14 | 15C | 32 | 3C |
| Octal | 314 | 150 | 174 | 0 | 61 | 47 | 24 | 534 | 62 | 74 |
| Binary | 11001100 | 1101000 | 1111100 | 0 | 110001 | 100111 | 10100 | 101011100 | 110010 | 111100 |
Color Harmonies of #CC687C
Complementary color
Monochromatic Colors of #CC687C
Black with #CC687C
Text Example
Text Example
White with #CC687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC687C; }
p { color: rgb(204,104,124); }
H1.HeaderClassName
{
color: #CC687C;
}
.AnyTagClassName
{
color: #CC687C;
}
</style>
background-color css
<style>
a { background-color: #CC687C; }
a { background-color: rgb(204,104,124); }
div.DivClassName
{
background-color: #CC687C;
}
.BgClassName
{
background-color: #CC687C;
}
</style>
border-color css
<style>
span { border-color: #CC687C; }
span { border-color: rgb(204,104,124); }
td.TdClassName
{
border-color: #CC687C;
}
.TagClassName
{
border-color: #CC687C;
}
</style>