Shades of Cerise #CC2660
Tints of Cerise #CC2660
RGB
CMYK
RGB Variations
Color information
#CC2660 (or 0xCC2660) is known color: Cerise. HEX triplet: CC, 26 and 60. RGB value is (204,38,96). Sum of RGB (Red+Green+Blue) = 204+38+96=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2660 is #33D99F. Grayscale: #5E5E5E. Windows color (decimal): -3398048 or 6301388. OLE color: 6301388.
HSL color Cylindrical-coordinate representation of color #CC2660: hue angle of 339.04º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2660 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 96 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.2 |
| HSL | 339.04º | 0.69% | 0.47% | - |
| HSV(B) | 339.04º | 0.81% | 0.8% | - |
| XYZ | 27.71 | 15.07 | 12.51 | - |
| YUV | 94.25 | 129 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 96 | 0 | 0.81 | 0.53 | 0.2 | 339.04 | 0.69 | 0.47 |
| Hex | CC | 26 | 60 | 0 | 51 | 35 | 14 | 153 | 45 | 2F |
| Octal | 314 | 46 | 140 | 0 | 121 | 65 | 24 | 523 | 105 | 57 |
| Binary | 11001100 | 100110 | 1100000 | 0 | 1010001 | 110101 | 10100 | 101010011 | 1000101 | 101111 |
Color Harmonies of #CC2660
Complementary color
Monochromatic Colors of #CC2660
Black with #CC2660
Text Example
Text Example
White with #CC2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2660; }
p { color: rgb(204,38,96); }
H1.HeaderClassName
{
color: #CC2660;
}
.AnyTagClassName
{
color: #CC2660;
}
</style>
background-color css
<style>
a { background-color: #CC2660; }
a { background-color: rgb(204,38,96); }
div.DivClassName
{
background-color: #CC2660;
}
.BgClassName
{
background-color: #CC2660;
}
</style>
border-color css
<style>
span { border-color: #CC2660; }
span { border-color: rgb(204,38,96); }
td.TdClassName
{
border-color: #CC2660;
}
.TagClassName
{
border-color: #CC2660;
}
</style>