Shades of Charm #CC627D
Tints of Charm #CC627D
RGB
CMYK
RGB Variations
Color information
#CC627D (or 0xCC627D) is known color: Charm. HEX triplet: CC, 62 and 7D. RGB value is (204,98,125). Sum of RGB (Red+Green+Blue) = 204+98+125=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC627D is #339D82. Grayscale: #848484. Windows color (decimal): -3382659 or 8217292. OLE color: 8217292.
HSL color Cylindrical-coordinate representation of color #CC627D: hue angle of 344.72º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC627D is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 125 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.2 |
| HSL | 344.72º | 0.51% | 0.59% | - |
| HSV(B) | 344.72º | 0.52% | 0.8% | - |
| XYZ | 32.97 | 23.05 | 22.11 | - |
| YUV | 132.77 | 123.62 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 125 | 0 | 0.52 | 0.39 | 0.2 | 344.72 | 0.51 | 0.59 |
| Hex | CC | 62 | 7D | 0 | 34 | 27 | 14 | 159 | 33 | 3B |
| Octal | 314 | 142 | 175 | 0 | 64 | 47 | 24 | 531 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1111101 | 0 | 110100 | 100111 | 10100 | 101011001 | 110011 | 111011 |
Color Harmonies of #CC627D
Complementary color
Monochromatic Colors of #CC627D
Black with #CC627D
Text Example
Text Example
White with #CC627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC627D; }
p { color: rgb(204,98,125); }
H1.HeaderClassName
{
color: #CC627D;
}
.AnyTagClassName
{
color: #CC627D;
}
</style>
background-color css
<style>
a { background-color: #CC627D; }
a { background-color: rgb(204,98,125); }
div.DivClassName
{
background-color: #CC627D;
}
.BgClassName
{
background-color: #CC627D;
}
</style>
border-color css
<style>
span { border-color: #CC627D; }
span { border-color: rgb(204,98,125); }
td.TdClassName
{
border-color: #CC627D;
}
.TagClassName
{
border-color: #CC627D;
}
</style>