Shades of Cerise #CC356C
Tints of Cerise #CC356C
RGB
CMYK
RGB Variations
Color information
#CC356C (or 0xCC356C) is known color: Cerise. HEX triplet: CC, 35 and 6C. RGB value is (204,53,108). Sum of RGB (Red+Green+Blue) = 204+53+108=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC356C is #33CA93. Grayscale: #686868. Windows color (decimal): -3394196 or 7091660. OLE color: 7091660.
HSL color Cylindrical-coordinate representation of color #CC356C: hue angle of 338.15º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC356C is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 108 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.2 |
| HSL | 338.15º | 0.6% | 0.5% | - |
| HSV(B) | 338.15º | 0.74% | 0.8% | - |
| XYZ | 28.88 | 16.47 | 15.84 | - |
| YUV | 104.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 108 | 0 | 0.74 | 0.47 | 0.2 | 338.15 | 0.6 | 0.5 |
| Hex | CC | 35 | 6C | 0 | 4A | 2F | 14 | 152 | 3C | 32 |
| Octal | 314 | 65 | 154 | 0 | 112 | 57 | 24 | 522 | 74 | 62 |
| Binary | 11001100 | 110101 | 1101100 | 0 | 1001010 | 101111 | 10100 | 101010010 | 111100 | 110010 |
Color Harmonies of #CC356C
Complementary color
Monochromatic Colors of #CC356C
Black with #CC356C
Text Example
Text Example
White with #CC356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC356C; }
p { color: rgb(204,53,108); }
H1.HeaderClassName
{
color: #CC356C;
}
.AnyTagClassName
{
color: #CC356C;
}
</style>
background-color css
<style>
a { background-color: #CC356C; }
a { background-color: rgb(204,53,108); }
div.DivClassName
{
background-color: #CC356C;
}
.BgClassName
{
background-color: #CC356C;
}
</style>
border-color css
<style>
span { border-color: #CC356C; }
span { border-color: rgb(204,53,108); }
td.TdClassName
{
border-color: #CC356C;
}
.TagClassName
{
border-color: #CC356C;
}
</style>