Shades of Cerise #CB3667
Tints of Cerise #CB3667
RGB
CMYK
RGB Variations
Color information
#CB3667 (or 0xCB3667) is known color: Cerise. HEX triplet: CB, 36 and 67. RGB value is (203,54,103). Sum of RGB (Red+Green+Blue) = 203+54+103=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3667 is #34C998. Grayscale: #686868. Windows color (decimal): -3459481 or 6764235. OLE color: 6764235.
HSL color Cylindrical-coordinate representation of color #CB3667: hue angle of 340.27º 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 #CB3667 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 103 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.20 |
| HSL | 340.27º | 0.59% | 0.5% | - |
| HSV(B) | 340.27º | 0.73% | 0.8% | - |
| XYZ | 28.4 | 16.31 | 14.48 | - |
| YUV | 104.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 103 | 0 | 0.73 | 0.49 | 0.20 | 340.27 | 0.59 | 0.5 |
| Hex | CB | 36 | 67 | 0 | 49 | 31 | 14 | 154 | 3B | 32 |
| Octal | 313 | 66 | 147 | 0 | 111 | 61 | 24 | 524 | 73 | 62 |
| Binary | 11001011 | 110110 | 1100111 | 0 | 1001001 | 110001 | 10100 | 101010100 | 111011 | 110010 |
Color Harmonies of #CB3667
Complementary color
Monochromatic Colors of #CB3667
Black with #CB3667
Text Example
Text Example
White with #CB3667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3667; }
p { color: rgb(203,54,103); }
H1.HeaderClassName
{
color: #CB3667;
}
.AnyTagClassName
{
color: #CB3667;
}
</style>
background-color css
<style>
a { background-color: #CB3667; }
a { background-color: rgb(203,54,103); }
div.DivClassName
{
background-color: #CB3667;
}
.BgClassName
{
background-color: #CB3667;
}
</style>
border-color css
<style>
span { border-color: #CB3667; }
span { border-color: rgb(203,54,103); }
td.TdClassName
{
border-color: #CB3667;
}
.TagClassName
{
border-color: #CB3667;
}
</style>