Shades of Charm #CC677C
Tints of Charm #CC677C
RGB
CMYK
RGB Variations
Color information
#CC677C (or 0xCC677C) is known color: Charm. HEX triplet: CC, 67 and 7C. RGB value is (204,103,124). Sum of RGB (Red+Green+Blue) = 204+103+124=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC677C is #339883. Grayscale: #878787. Windows color (decimal): -3381380 or 8153036. OLE color: 8153036.
HSL color Cylindrical-coordinate representation of color #CC677C: hue angle of 347.52º 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 #CC677C is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 124 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.2 |
| HSL | 347.52º | 0.5% | 0.6% | - |
| HSV(B) | 347.52º | 0.5% | 0.8% | - |
| XYZ | 33.39 | 23.99 | 21.94 | - |
| YUV | 135.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 124 | 0 | 0.50 | 0.39 | 0.2 | 347.52 | 0.5 | 0.6 |
| Hex | CC | 67 | 7C | 0 | 32 | 27 | 14 | 15C | 32 | 3C |
| Octal | 314 | 147 | 174 | 0 | 62 | 47 | 24 | 534 | 62 | 74 |
| Binary | 11001100 | 1100111 | 1111100 | 0 | 110010 | 100111 | 10100 | 101011100 | 110010 | 111100 |
Color Harmonies of #CC677C
Complementary color
Monochromatic Colors of #CC677C
Black with #CC677C
Text Example
Text Example
White with #CC677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC677C; }
p { color: rgb(204,103,124); }
H1.HeaderClassName
{
color: #CC677C;
}
.AnyTagClassName
{
color: #CC677C;
}
</style>
background-color css
<style>
a { background-color: #CC677C; }
a { background-color: rgb(204,103,124); }
div.DivClassName
{
background-color: #CC677C;
}
.BgClassName
{
background-color: #CC677C;
}
</style>
border-color css
<style>
span { border-color: #CC677C; }
span { border-color: rgb(204,103,124); }
td.TdClassName
{
border-color: #CC677C;
}
.TagClassName
{
border-color: #CC677C;
}
</style>