Shades of Cerise #CC3668
Tints of Cerise #CC3668
RGB
CMYK
RGB Variations
Color information
#CC3668 (or 0xCC3668) is known color: Cerise. HEX triplet: CC, 36 and 68. RGB value is (204,54,104). Sum of RGB (Red+Green+Blue) = 204+54+104=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3668 is #33C997. Grayscale: #686868. Windows color (decimal): -3393944 or 6829772. OLE color: 6829772.
HSL color Cylindrical-coordinate representation of color #CC3668: hue angle of 340º 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 #CC3668 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 104 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.2 |
| HSL | 340º | 0.6% | 0.51% | - |
| HSV(B) | 340º | 0.74% | 0.8% | - |
| XYZ | 28.72 | 16.48 | 14.76 | - |
| YUV | 104.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 104 | 0 | 0.74 | 0.49 | 0.2 | 340 | 0.6 | 0.51 |
| Hex | CC | 36 | 68 | 0 | 4A | 31 | 14 | 154 | 3C | 33 |
| Octal | 314 | 66 | 150 | 0 | 112 | 61 | 24 | 524 | 74 | 63 |
| Binary | 11001100 | 110110 | 1101000 | 0 | 1001010 | 110001 | 10100 | 101010100 | 111100 | 110011 |
Color Harmonies of #CC3668
Complementary color
Monochromatic Colors of #CC3668
Black with #CC3668
Text Example
Text Example
White with #CC3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3668; }
p { color: rgb(204,54,104); }
H1.HeaderClassName
{
color: #CC3668;
}
.AnyTagClassName
{
color: #CC3668;
}
</style>
background-color css
<style>
a { background-color: #CC3668; }
a { background-color: rgb(204,54,104); }
div.DivClassName
{
background-color: #CC3668;
}
.BgClassName
{
background-color: #CC3668;
}
</style>
border-color css
<style>
span { border-color: #CC3668; }
span { border-color: rgb(204,54,104); }
td.TdClassName
{
border-color: #CC3668;
}
.TagClassName
{
border-color: #CC3668;
}
</style>