Shades of Cerise #CB3965
Tints of Cerise #CB3965
RGB
CMYK
RGB Variations
Color information
#CB3965 (or 0xCB3965) is known color: Cerise. HEX triplet: CB, 39 and 65. RGB value is (203,57,101). Sum of RGB (Red+Green+Blue) = 203+57+101=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3965 is #34C69A. Grayscale: #696969. Windows color (decimal): -3458715 or 6633931. OLE color: 6633931.
HSL color Cylindrical-coordinate representation of color #CB3965: hue angle of 341.92º 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 #CB3965 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 101 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.20 |
| HSL | 341.92º | 0.58% | 0.51% | - |
| HSV(B) | 341.92º | 0.72% | 0.8% | - |
| XYZ | 28.44 | 16.56 | 14.01 | - |
| YUV | 105.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 101 | 0 | 0.72 | 0.50 | 0.20 | 341.92 | 0.58 | 0.51 |
| Hex | CB | 39 | 65 | 0 | 48 | 32 | 14 | 156 | 3A | 33 |
| Octal | 313 | 71 | 145 | 0 | 110 | 62 | 24 | 526 | 72 | 63 |
| Binary | 11001011 | 111001 | 1100101 | 0 | 1001000 | 110010 | 10100 | 101010110 | 111010 | 110011 |
Color Harmonies of #CB3965
Complementary color
Monochromatic Colors of #CB3965
Black with #CB3965
Text Example
Text Example
White with #CB3965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3965; }
p { color: rgb(203,57,101); }
H1.HeaderClassName
{
color: #CB3965;
}
.AnyTagClassName
{
color: #CB3965;
}
</style>
background-color css
<style>
a { background-color: #CB3965; }
a { background-color: rgb(203,57,101); }
div.DivClassName
{
background-color: #CB3965;
}
.BgClassName
{
background-color: #CB3965;
}
</style>
border-color css
<style>
span { border-color: #CB3965; }
span { border-color: rgb(203,57,101); }
td.TdClassName
{
border-color: #CB3965;
}
.TagClassName
{
border-color: #CB3965;
}
</style>