Shades of Cerise #CB3967
Tints of Cerise #CB3967
RGB
CMYK
RGB Variations
Color information
#CB3967 (or 0xCB3967) is known color: Cerise. HEX triplet: CB, 39 and 67. RGB value is (203,57,103). Sum of RGB (Red+Green+Blue) = 203+57+103=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3967 is #34C698. Grayscale: #696969. Windows color (decimal): -3458713 or 6765003. OLE color: 6765003.
HSL color Cylindrical-coordinate representation of color #CB3967: hue angle of 341.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3967 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 103 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.20 |
| HSL | 341.1º | 0.58% | 0.51% | - |
| HSV(B) | 341.1º | 0.72% | 0.8% | - |
| XYZ | 28.54 | 16.6 | 14.53 | - |
| YUV | 105.9 | 126.37 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 103 | 0 | 0.72 | 0.49 | 0.20 | 341.1 | 0.58 | 0.51 |
| Hex | CB | 39 | 67 | 0 | 48 | 31 | 14 | 155 | 3A | 33 |
| Octal | 313 | 71 | 147 | 0 | 110 | 61 | 24 | 525 | 72 | 63 |
| Binary | 11001011 | 111001 | 1100111 | 0 | 1001000 | 110001 | 10100 | 101010101 | 111010 | 110011 |
Color Harmonies of #CB3967
Complementary color
Monochromatic Colors of #CB3967
Black with #CB3967
Text Example
Text Example
White with #CB3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3967; }
p { color: rgb(203,57,103); }
H1.HeaderClassName
{
color: #CB3967;
}
.AnyTagClassName
{
color: #CB3967;
}
</style>
background-color css
<style>
a { background-color: #CB3967; }
a { background-color: rgb(203,57,103); }
div.DivClassName
{
background-color: #CB3967;
}
.BgClassName
{
background-color: #CB3967;
}
</style>
border-color css
<style>
span { border-color: #CB3967; }
span { border-color: rgb(203,57,103); }
td.TdClassName
{
border-color: #CB3967;
}
.TagClassName
{
border-color: #CB3967;
}
</style>