Shades of Charm #CC647D
Tints of Charm #CC647D
RGB
CMYK
RGB Variations
Color information
#CC647D (or 0xCC647D) is known color: Charm. HEX triplet: CC, 64 and 7D. RGB value is (204,100,125). Sum of RGB (Red+Green+Blue) = 204+100+125=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC647D is #339B82. Grayscale: #858585. Windows color (decimal): -3382147 or 8217804. OLE color: 8217804.
HSL color Cylindrical-coordinate representation of color #CC647D: hue angle of 345.58º 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 #CC647D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 125 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.2 |
| HSL | 345.58º | 0.5% | 0.6% | - |
| HSV(B) | 345.58º | 0.51% | 0.8% | - |
| XYZ | 33.16 | 23.43 | 22.18 | - |
| YUV | 133.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 125 | 0 | 0.51 | 0.39 | 0.2 | 345.58 | 0.5 | 0.6 |
| Hex | CC | 64 | 7D | 0 | 33 | 27 | 14 | 15A | 32 | 3C |
| Octal | 314 | 144 | 175 | 0 | 63 | 47 | 24 | 532 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1111101 | 0 | 110011 | 100111 | 10100 | 101011010 | 110010 | 111100 |
Color Harmonies of #CC647D
Complementary color
Monochromatic Colors of #CC647D
Black with #CC647D
Text Example
Text Example
White with #CC647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC647D; }
p { color: rgb(204,100,125); }
H1.HeaderClassName
{
color: #CC647D;
}
.AnyTagClassName
{
color: #CC647D;
}
</style>
background-color css
<style>
a { background-color: #CC647D; }
a { background-color: rgb(204,100,125); }
div.DivClassName
{
background-color: #CC647D;
}
.BgClassName
{
background-color: #CC647D;
}
</style>
border-color css
<style>
span { border-color: #CC647D; }
span { border-color: rgb(204,100,125); }
td.TdClassName
{
border-color: #CC647D;
}
.TagClassName
{
border-color: #CC647D;
}
</style>