Shades of Cerise #CB356F
Tints of Cerise #CB356F
RGB
CMYK
RGB Variations
Color information
#CB356F (or 0xCB356F) is known color: Cerise. HEX triplet: CB, 35 and 6F. RGB value is (203,53,111). Sum of RGB (Red+Green+Blue) = 203+53+111=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB356F is #34CA90. Grayscale: #686868. Windows color (decimal): -3459729 or 7288267. OLE color: 7288267.
HSL color Cylindrical-coordinate representation of color #CB356F: hue angle of 336.8º degrees, saturation: 0.59, 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 #CB356F is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 111 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.20 |
| HSL | 336.8º | 0.59% | 0.5% | - |
| HSV(B) | 336.8º | 0.74% | 0.8% | - |
| XYZ | 28.77 | 16.39 | 16.69 | - |
| YUV | 104.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 111 | 0 | 0.74 | 0.45 | 0.20 | 336.8 | 0.59 | 0.5 |
| Hex | CB | 35 | 6F | 0 | 4A | 2D | 14 | 151 | 3B | 32 |
| Octal | 313 | 65 | 157 | 0 | 112 | 55 | 24 | 521 | 73 | 62 |
| Binary | 11001011 | 110101 | 1101111 | 0 | 1001010 | 101101 | 10100 | 101010001 | 111011 | 110010 |
Color Harmonies of #CB356F
Complementary color
Monochromatic Colors of #CB356F
Black with #CB356F
Text Example
Text Example
White with #CB356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB356F; }
p { color: rgb(203,53,111); }
H1.HeaderClassName
{
color: #CB356F;
}
.AnyTagClassName
{
color: #CB356F;
}
</style>
background-color css
<style>
a { background-color: #CB356F; }
a { background-color: rgb(203,53,111); }
div.DivClassName
{
background-color: #CB356F;
}
.BgClassName
{
background-color: #CB356F;
}
</style>
border-color css
<style>
span { border-color: #CB356F; }
span { border-color: rgb(203,53,111); }
td.TdClassName
{
border-color: #CB356F;
}
.TagClassName
{
border-color: #CB356F;
}
</style>