Shades of Cerise #CB3668
Tints of Cerise #CB3668
RGB
CMYK
RGB Variations
Color information
#CB3668 (or 0xCB3668) is known color: Cerise. HEX triplet: CB, 36 and 68. RGB value is (203,54,104). Sum of RGB (Red+Green+Blue) = 203+54+104=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3668 is #34C997. Grayscale: #686868. Windows color (decimal): -3459480 or 6829771. OLE color: 6829771.
HSL color Cylindrical-coordinate representation of color #CB3668: hue angle of 339.87º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3668 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 104 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.20 |
| HSL | 339.87º | 0.59% | 0.5% | - |
| HSV(B) | 339.87º | 0.73% | 0.8% | - |
| XYZ | 28.45 | 16.33 | 14.75 | - |
| YUV | 104.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 104 | 0 | 0.73 | 0.49 | 0.20 | 339.87 | 0.59 | 0.5 |
| Hex | CB | 36 | 68 | 0 | 49 | 31 | 14 | 154 | 3B | 32 |
| Octal | 313 | 66 | 150 | 0 | 111 | 61 | 24 | 524 | 73 | 62 |
| Binary | 11001011 | 110110 | 1101000 | 0 | 1001001 | 110001 | 10100 | 101010100 | 111011 | 110010 |
Color Harmonies of #CB3668
Complementary color
Monochromatic Colors of #CB3668
Black with #CB3668
Text Example
Text Example
White with #CB3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3668; }
p { color: rgb(203,54,104); }
H1.HeaderClassName
{
color: #CB3668;
}
.AnyTagClassName
{
color: #CB3668;
}
</style>
background-color css
<style>
a { background-color: #CB3668; }
a { background-color: rgb(203,54,104); }
div.DivClassName
{
background-color: #CB3668;
}
.BgClassName
{
background-color: #CB3668;
}
</style>
border-color css
<style>
span { border-color: #CB3668; }
span { border-color: rgb(203,54,104); }
td.TdClassName
{
border-color: #CB3668;
}
.TagClassName
{
border-color: #CB3668;
}
</style>