Shades of Cerise #CC366A
Tints of Cerise #CC366A
RGB
CMYK
RGB Variations
Color information
#CC366A (or 0xCC366A) is known color: Cerise. HEX triplet: CC, 36 and 6A. RGB value is (204,54,106). Sum of RGB (Red+Green+Blue) = 204+54+106=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC366A is #33C995. Grayscale: #686868. Windows color (decimal): -3393942 or 6960844. OLE color: 6960844.
HSL color Cylindrical-coordinate representation of color #CC366A: hue angle of 339.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 #CC366A is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 106 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.2 |
| HSL | 339.2º | 0.6% | 0.51% | - |
| HSV(B) | 339.2º | 0.74% | 0.8% | - |
| XYZ | 28.82 | 16.52 | 15.3 | - |
| YUV | 104.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 106 | 0 | 0.74 | 0.48 | 0.2 | 339.2 | 0.6 | 0.51 |
| Hex | CC | 36 | 6A | 0 | 4A | 30 | 14 | 153 | 3C | 33 |
| Octal | 314 | 66 | 152 | 0 | 112 | 60 | 24 | 523 | 74 | 63 |
| Binary | 11001100 | 110110 | 1101010 | 0 | 1001010 | 110000 | 10100 | 101010011 | 111100 | 110011 |
Color Harmonies of #CC366A
Complementary color
Monochromatic Colors of #CC366A
Black with #CC366A
Text Example
Text Example
White with #CC366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC366A; }
p { color: rgb(204,54,106); }
H1.HeaderClassName
{
color: #CC366A;
}
.AnyTagClassName
{
color: #CC366A;
}
</style>
background-color css
<style>
a { background-color: #CC366A; }
a { background-color: rgb(204,54,106); }
div.DivClassName
{
background-color: #CC366A;
}
.BgClassName
{
background-color: #CC366A;
}
</style>
border-color css
<style>
span { border-color: #CC366A; }
span { border-color: rgb(204,54,106); }
td.TdClassName
{
border-color: #CC366A;
}
.TagClassName
{
border-color: #CC366A;
}
</style>