Shades of Cerise #CC365B
Tints of Cerise #CC365B
RGB
CMYK
RGB Variations
Color information
#CC365B (or 0xCC365B) is known color: Cerise. HEX triplet: CC, 36 and 5B. RGB value is (204,54,91). Sum of RGB (Red+Green+Blue) = 204+54+91=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC365B is #33C9A4. Grayscale: #676767. Windows color (decimal): -3393957 or 5977804. OLE color: 5977804.
HSL color Cylindrical-coordinate representation of color #CC365B: hue angle of 345.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 #CC365B is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 91 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.2 |
| HSL | 345.2º | 0.6% | 0.51% | - |
| HSV(B) | 345.2º | 0.74% | 0.8% | - |
| XYZ | 28.11 | 16.23 | 11.55 | - |
| YUV | 103.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 91 | 0 | 0.74 | 0.55 | 0.2 | 345.2 | 0.6 | 0.51 |
| Hex | CC | 36 | 5B | 0 | 4A | 37 | 14 | 159 | 3C | 33 |
| Octal | 314 | 66 | 133 | 0 | 112 | 67 | 24 | 531 | 74 | 63 |
| Binary | 11001100 | 110110 | 1011011 | 0 | 1001010 | 110111 | 10100 | 101011001 | 111100 | 110011 |
Color Harmonies of #CC365B
Complementary color
Monochromatic Colors of #CC365B
Black with #CC365B
Text Example
Text Example
White with #CC365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC365B; }
p { color: rgb(204,54,91); }
H1.HeaderClassName
{
color: #CC365B;
}
.AnyTagClassName
{
color: #CC365B;
}
</style>
background-color css
<style>
a { background-color: #CC365B; }
a { background-color: rgb(204,54,91); }
div.DivClassName
{
background-color: #CC365B;
}
.BgClassName
{
background-color: #CC365B;
}
</style>
border-color css
<style>
span { border-color: #CC365B; }
span { border-color: rgb(204,54,91); }
td.TdClassName
{
border-color: #CC365B;
}
.TagClassName
{
border-color: #CC365B;
}
</style>