Shades of Charm #CC647C
Tints of Charm #CC647C
RGB
CMYK
RGB Variations
Color information
#CC647C (or 0xCC647C) is known color: Charm. HEX triplet: CC, 64 and 7C. RGB value is (204,100,124). Sum of RGB (Red+Green+Blue) = 204+100+124=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC647C is #339B83. Grayscale: #858585. Windows color (decimal): -3382148 or 8152268. OLE color: 8152268.
HSL color Cylindrical-coordinate representation of color #CC647C: hue angle of 346.15º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC647C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 124 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.2 |
| HSL | 346.15º | 0.5% | 0.6% | - |
| HSV(B) | 346.15º | 0.51% | 0.8% | - |
| XYZ | 33.1 | 23.41 | 21.84 | - |
| YUV | 133.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 124 | 0 | 0.51 | 0.39 | 0.2 | 346.15 | 0.5 | 0.6 |
| Hex | CC | 64 | 7C | 0 | 33 | 27 | 14 | 15A | 32 | 3C |
| Octal | 314 | 144 | 174 | 0 | 63 | 47 | 24 | 532 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1111100 | 0 | 110011 | 100111 | 10100 | 101011010 | 110010 | 111100 |
Color Harmonies of #CC647C
Complementary color
Monochromatic Colors of #CC647C
Black with #CC647C
Text Example
Text Example
White with #CC647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC647C; }
p { color: rgb(204,100,124); }
H1.HeaderClassName
{
color: #CC647C;
}
.AnyTagClassName
{
color: #CC647C;
}
</style>
background-color css
<style>
a { background-color: #CC647C; }
a { background-color: rgb(204,100,124); }
div.DivClassName
{
background-color: #CC647C;
}
.BgClassName
{
background-color: #CC647C;
}
</style>
border-color css
<style>
span { border-color: #CC647C; }
span { border-color: rgb(204,100,124); }
td.TdClassName
{
border-color: #CC647C;
}
.TagClassName
{
border-color: #CC647C;
}
</style>