Shades of Cerise #CC3768
Tints of Cerise #CC3768
RGB
CMYK
RGB Variations
Color information
#CC3768 (or 0xCC3768) is known color: Cerise. HEX triplet: CC, 37 and 68. RGB value is (204,55,104). Sum of RGB (Red+Green+Blue) = 204+55+104=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3768 is #33C897. Grayscale: #696969. Windows color (decimal): -3393688 or 6830028. OLE color: 6830028.
HSL color Cylindrical-coordinate representation of color #CC3768: hue angle of 340.27º 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 #CC3768 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 104 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.2 |
| HSL | 340.27º | 0.59% | 0.51% | - |
| HSV(B) | 340.27º | 0.73% | 0.8% | - |
| XYZ | 28.77 | 16.57 | 14.78 | - |
| YUV | 105.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 104 | 0 | 0.73 | 0.49 | 0.2 | 340.27 | 0.59 | 0.51 |
| Hex | CC | 37 | 68 | 0 | 49 | 31 | 14 | 154 | 3B | 33 |
| Octal | 314 | 67 | 150 | 0 | 111 | 61 | 24 | 524 | 73 | 63 |
| Binary | 11001100 | 110111 | 1101000 | 0 | 1001001 | 110001 | 10100 | 101010100 | 111011 | 110011 |
Color Harmonies of #CC3768
Complementary color
Monochromatic Colors of #CC3768
Black with #CC3768
Text Example
Text Example
White with #CC3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3768; }
p { color: rgb(204,55,104); }
H1.HeaderClassName
{
color: #CC3768;
}
.AnyTagClassName
{
color: #CC3768;
}
</style>
background-color css
<style>
a { background-color: #CC3768; }
a { background-color: rgb(204,55,104); }
div.DivClassName
{
background-color: #CC3768;
}
.BgClassName
{
background-color: #CC3768;
}
</style>
border-color css
<style>
span { border-color: #CC3768; }
span { border-color: rgb(204,55,104); }
td.TdClassName
{
border-color: #CC3768;
}
.TagClassName
{
border-color: #CC3768;
}
</style>