Shades of Cerise #CC3764
Tints of Cerise #CC3764
RGB
CMYK
RGB Variations
Color information
#CC3764 (or 0xCC3764) is known color: Cerise. HEX triplet: CC, 37 and 64. RGB value is (204,55,100). Sum of RGB (Red+Green+Blue) = 204+55+100=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3764 is #33C89B. Grayscale: #686868. Windows color (decimal): -3393692 or 6567884. OLE color: 6567884.
HSL color Cylindrical-coordinate representation of color #CC3764: hue angle of 341.88º 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 #CC3764 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 100 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.2 |
| HSL | 341.88º | 0.59% | 0.51% | - |
| HSV(B) | 341.88º | 0.73% | 0.8% | - |
| XYZ | 28.57 | 16.49 | 13.73 | - |
| YUV | 104.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 100 | 0 | 0.73 | 0.51 | 0.2 | 341.88 | 0.59 | 0.51 |
| Hex | CC | 37 | 64 | 0 | 49 | 33 | 14 | 156 | 3B | 33 |
| Octal | 314 | 67 | 144 | 0 | 111 | 63 | 24 | 526 | 73 | 63 |
| Binary | 11001100 | 110111 | 1100100 | 0 | 1001001 | 110011 | 10100 | 101010110 | 111011 | 110011 |
Color Harmonies of #CC3764
Complementary color
Monochromatic Colors of #CC3764
Black with #CC3764
Text Example
Text Example
White with #CC3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3764; }
p { color: rgb(204,55,100); }
H1.HeaderClassName
{
color: #CC3764;
}
.AnyTagClassName
{
color: #CC3764;
}
</style>
background-color css
<style>
a { background-color: #CC3764; }
a { background-color: rgb(204,55,100); }
div.DivClassName
{
background-color: #CC3764;
}
.BgClassName
{
background-color: #CC3764;
}
</style>
border-color css
<style>
span { border-color: #CC3764; }
span { border-color: rgb(204,55,100); }
td.TdClassName
{
border-color: #CC3764;
}
.TagClassName
{
border-color: #CC3764;
}
</style>