Shades of Cerise #CC3660
Tints of Cerise #CC3660
RGB
CMYK
RGB Variations
Color information
#CC3660 (or 0xCC3660) is known color: Cerise. HEX triplet: CC, 36 and 60. RGB value is (204,54,96). Sum of RGB (Red+Green+Blue) = 204+54+96=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3660 is #33C99F. Grayscale: #676767. Windows color (decimal): -3393952 or 6305484. OLE color: 6305484.
HSL color Cylindrical-coordinate representation of color #CC3660: hue angle of 343.2º 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 #CC3660 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 96 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.2 |
| HSL | 343.2º | 0.6% | 0.51% | - |
| HSV(B) | 343.2º | 0.74% | 0.8% | - |
| XYZ | 28.33 | 16.32 | 12.72 | - |
| YUV | 103.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 96 | 0 | 0.74 | 0.53 | 0.2 | 343.2 | 0.6 | 0.51 |
| Hex | CC | 36 | 60 | 0 | 4A | 35 | 14 | 157 | 3C | 33 |
| Octal | 314 | 66 | 140 | 0 | 112 | 65 | 24 | 527 | 74 | 63 |
| Binary | 11001100 | 110110 | 1100000 | 0 | 1001010 | 110101 | 10100 | 101010111 | 111100 | 110011 |
Color Harmonies of #CC3660
Complementary color
Monochromatic Colors of #CC3660
Black with #CC3660
Text Example
Text Example
White with #CC3660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3660; }
p { color: rgb(204,54,96); }
H1.HeaderClassName
{
color: #CC3660;
}
.AnyTagClassName
{
color: #CC3660;
}
</style>
background-color css
<style>
a { background-color: #CC3660; }
a { background-color: rgb(204,54,96); }
div.DivClassName
{
background-color: #CC3660;
}
.BgClassName
{
background-color: #CC3660;
}
</style>
border-color css
<style>
span { border-color: #CC3660; }
span { border-color: rgb(204,54,96); }
td.TdClassName
{
border-color: #CC3660;
}
.TagClassName
{
border-color: #CC3660;
}
</style>