Shades of Charm #CC627E
Tints of Charm #CC627E
RGB
CMYK
RGB Variations
Color information
#CC627E (or 0xCC627E) is known color: Charm. HEX triplet: CC, 62 and 7E. RGB value is (204,98,126). Sum of RGB (Red+Green+Blue) = 204+98+126=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC627E is #339D81. Grayscale: #848484. Windows color (decimal): -3382658 or 8282828. OLE color: 8282828.
HSL color Cylindrical-coordinate representation of color #CC627E: hue angle of 344.15º 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 #CC627E is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 126 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.2 |
| HSL | 344.15º | 0.51% | 0.59% | - |
| HSV(B) | 344.15º | 0.52% | 0.8% | - |
| XYZ | 33.04 | 23.08 | 22.45 | - |
| YUV | 132.89 | 124.12 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 126 | 0 | 0.52 | 0.38 | 0.2 | 344.15 | 0.51 | 0.59 |
| Hex | CC | 62 | 7E | 0 | 34 | 26 | 14 | 158 | 33 | 3B |
| Octal | 314 | 142 | 176 | 0 | 64 | 46 | 24 | 530 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1111110 | 0 | 110100 | 100110 | 10100 | 101011000 | 110011 | 111011 |
Color Harmonies of #CC627E
Complementary color
Monochromatic Colors of #CC627E
Black with #CC627E
Text Example
Text Example
White with #CC627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC627E; }
p { color: rgb(204,98,126); }
H1.HeaderClassName
{
color: #CC627E;
}
.AnyTagClassName
{
color: #CC627E;
}
</style>
background-color css
<style>
a { background-color: #CC627E; }
a { background-color: rgb(204,98,126); }
div.DivClassName
{
background-color: #CC627E;
}
.BgClassName
{
background-color: #CC627E;
}
</style>
border-color css
<style>
span { border-color: #CC627E; }
span { border-color: rgb(204,98,126); }
td.TdClassName
{
border-color: #CC627E;
}
.TagClassName
{
border-color: #CC627E;
}
</style>