Shades of Cerise #CC376A
Tints of Cerise #CC376A
RGB
CMYK
RGB Variations
Color information
#CC376A (or 0xCC376A) is known color: Cerise. HEX triplet: CC, 37 and 6A. RGB value is (204,55,106). Sum of RGB (Red+Green+Blue) = 204+55+106=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC376A is #33C895. Grayscale: #696969. Windows color (decimal): -3393686 or 6961100. OLE color: 6961100.
HSL color Cylindrical-coordinate representation of color #CC376A: hue angle of 339.46º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC376A is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 106 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.2 |
| HSL | 339.46º | 0.59% | 0.51% | - |
| HSV(B) | 339.46º | 0.73% | 0.8% | - |
| XYZ | 28.87 | 16.61 | 15.32 | - |
| YUV | 105.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 106 | 0 | 0.73 | 0.48 | 0.2 | 339.46 | 0.59 | 0.51 |
| Hex | CC | 37 | 6A | 0 | 49 | 30 | 14 | 153 | 3B | 33 |
| Octal | 314 | 67 | 152 | 0 | 111 | 60 | 24 | 523 | 73 | 63 |
| Binary | 11001100 | 110111 | 1101010 | 0 | 1001001 | 110000 | 10100 | 101010011 | 111011 | 110011 |
Color Harmonies of #CC376A
Complementary color
Monochromatic Colors of #CC376A
Black with #CC376A
Text Example
Text Example
White with #CC376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC376A; }
p { color: rgb(204,55,106); }
H1.HeaderClassName
{
color: #CC376A;
}
.AnyTagClassName
{
color: #CC376A;
}
</style>
background-color css
<style>
a { background-color: #CC376A; }
a { background-color: rgb(204,55,106); }
div.DivClassName
{
background-color: #CC376A;
}
.BgClassName
{
background-color: #CC376A;
}
</style>
border-color css
<style>
span { border-color: #CC376A; }
span { border-color: rgb(204,55,106); }
td.TdClassName
{
border-color: #CC376A;
}
.TagClassName
{
border-color: #CC376A;
}
</style>