Shades of Cerise #CC3664
Tints of Cerise #CC3664
RGB
CMYK
RGB Variations
Color information
#CC3664 (or 0xCC3664) is known color: Cerise. HEX triplet: CC, 36 and 64. RGB value is (204,54,100). Sum of RGB (Red+Green+Blue) = 204+54+100=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3664 is #33C99B. Grayscale: #686868. Windows color (decimal): -3393948 or 6567628. OLE color: 6567628.
HSL color Cylindrical-coordinate representation of color #CC3664: hue angle of 341.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3664 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 100 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.2 |
| HSL | 341.6º | 0.6% | 0.51% | - |
| HSV(B) | 341.6º | 0.74% | 0.8% | - |
| XYZ | 28.52 | 16.4 | 13.72 | - |
| YUV | 104.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 100 | 0 | 0.74 | 0.51 | 0.2 | 341.6 | 0.6 | 0.51 |
| Hex | CC | 36 | 64 | 0 | 4A | 33 | 14 | 156 | 3C | 33 |
| Octal | 314 | 66 | 144 | 0 | 112 | 63 | 24 | 526 | 74 | 63 |
| Binary | 11001100 | 110110 | 1100100 | 0 | 1001010 | 110011 | 10100 | 101010110 | 111100 | 110011 |
Color Harmonies of #CC3664
Complementary color
Monochromatic Colors of #CC3664
Black with #CC3664
Text Example
Text Example
White with #CC3664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3664; }
p { color: rgb(204,54,100); }
H1.HeaderClassName
{
color: #CC3664;
}
.AnyTagClassName
{
color: #CC3664;
}
</style>
background-color css
<style>
a { background-color: #CC3664; }
a { background-color: rgb(204,54,100); }
div.DivClassName
{
background-color: #CC3664;
}
.BgClassName
{
background-color: #CC3664;
}
</style>
border-color css
<style>
span { border-color: #CC3664; }
span { border-color: rgb(204,54,100); }
td.TdClassName
{
border-color: #CC3664;
}
.TagClassName
{
border-color: #CC3664;
}
</style>