Shades of Charm #CC637C
Tints of Charm #CC637C
RGB
CMYK
RGB Variations
Color information
#CC637C (or 0xCC637C) is known color: Charm. HEX triplet: CC, 63 and 7C. RGB value is (204,99,124). Sum of RGB (Red+Green+Blue) = 204+99+124=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC637C is #339C83. Grayscale: #858585. Windows color (decimal): -3382404 or 8152012. OLE color: 8152012.
HSL color Cylindrical-coordinate representation of color #CC637C: hue angle of 345.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC637C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 124 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.2 |
| HSL | 345.71º | 0.51% | 0.59% | - |
| HSV(B) | 345.71º | 0.51% | 0.8% | - |
| XYZ | 33 | 23.22 | 21.81 | - |
| YUV | 133.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 124 | 0 | 0.51 | 0.39 | 0.2 | 345.71 | 0.51 | 0.59 |
| Hex | CC | 63 | 7C | 0 | 33 | 27 | 14 | 15A | 33 | 3B |
| Octal | 314 | 143 | 174 | 0 | 63 | 47 | 24 | 532 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1111100 | 0 | 110011 | 100111 | 10100 | 101011010 | 110011 | 111011 |
Color Harmonies of #CC637C
Complementary color
Monochromatic Colors of #CC637C
Black with #CC637C
Text Example
Text Example
White with #CC637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC637C; }
p { color: rgb(204,99,124); }
H1.HeaderClassName
{
color: #CC637C;
}
.AnyTagClassName
{
color: #CC637C;
}
</style>
background-color css
<style>
a { background-color: #CC637C; }
a { background-color: rgb(204,99,124); }
div.DivClassName
{
background-color: #CC637C;
}
.BgClassName
{
background-color: #CC637C;
}
</style>
border-color css
<style>
span { border-color: #CC637C; }
span { border-color: rgb(204,99,124); }
td.TdClassName
{
border-color: #CC637C;
}
.TagClassName
{
border-color: #CC637C;
}
</style>