Shades of Charm #CC647E
Tints of Charm #CC647E
RGB
CMYK
RGB Variations
Color information
#CC647E (or 0xCC647E) is known color: Charm. HEX triplet: CC, 64 and 7E. RGB value is (204,100,126). Sum of RGB (Red+Green+Blue) = 204+100+126=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC647E is #339B81. Grayscale: #868686. Windows color (decimal): -3382146 or 8283340. OLE color: 8283340.
HSL color Cylindrical-coordinate representation of color #CC647E: hue angle of 345º 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 #CC647E is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 126 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.2 |
| HSL | 345º | 0.5% | 0.6% | - |
| HSV(B) | 345º | 0.51% | 0.8% | - |
| XYZ | 33.22 | 23.46 | 22.52 | - |
| YUV | 134.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 126 | 0 | 0.51 | 0.38 | 0.2 | 345 | 0.5 | 0.6 |
| Hex | CC | 64 | 7E | 0 | 33 | 26 | 14 | 159 | 32 | 3C |
| Octal | 314 | 144 | 176 | 0 | 63 | 46 | 24 | 531 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1111110 | 0 | 110011 | 100110 | 10100 | 101011001 | 110010 | 111100 |
Color Harmonies of #CC647E
Complementary color
Monochromatic Colors of #CC647E
Black with #CC647E
Text Example
Text Example
White with #CC647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC647E; }
p { color: rgb(204,100,126); }
H1.HeaderClassName
{
color: #CC647E;
}
.AnyTagClassName
{
color: #CC647E;
}
</style>
background-color css
<style>
a { background-color: #CC647E; }
a { background-color: rgb(204,100,126); }
div.DivClassName
{
background-color: #CC647E;
}
.BgClassName
{
background-color: #CC647E;
}
</style>
border-color css
<style>
span { border-color: #CC647E; }
span { border-color: rgb(204,100,126); }
td.TdClassName
{
border-color: #CC647E;
}
.TagClassName
{
border-color: #CC647E;
}
</style>