Shades of Cerise #CB3861
Tints of Cerise #CB3861
RGB
CMYK
RGB Variations
Color information
#CB3861 (or 0xCB3861) is known color: Cerise. HEX triplet: CB, 38 and 61. RGB value is (203,56,97). Sum of RGB (Red+Green+Blue) = 203+56+97=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3861 is #34C79E. Grayscale: #686868. Windows color (decimal): -3458975 or 6371531. OLE color: 6371531.
HSL color Cylindrical-coordinate representation of color #CB3861: hue angle of 343.27º degrees, saturation: 0.59, 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 #CB3861 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 97 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.20 |
| HSL | 343.27º | 0.59% | 0.51% | - |
| HSV(B) | 343.27º | 0.72% | 0.8% | - |
| XYZ | 28.2 | 16.39 | 12.99 | - |
| YUV | 104.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 97 | 0 | 0.72 | 0.52 | 0.20 | 343.27 | 0.59 | 0.51 |
| Hex | CB | 38 | 61 | 0 | 48 | 34 | 14 | 157 | 3B | 33 |
| Octal | 313 | 70 | 141 | 0 | 110 | 64 | 24 | 527 | 73 | 63 |
| Binary | 11001011 | 111000 | 1100001 | 0 | 1001000 | 110100 | 10100 | 101010111 | 111011 | 110011 |
Color Harmonies of #CB3861
Complementary color
Monochromatic Colors of #CB3861
Black with #CB3861
Text Example
Text Example
White with #CB3861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3861; }
p { color: rgb(203,56,97); }
H1.HeaderClassName
{
color: #CB3861;
}
.AnyTagClassName
{
color: #CB3861;
}
</style>
background-color css
<style>
a { background-color: #CB3861; }
a { background-color: rgb(203,56,97); }
div.DivClassName
{
background-color: #CB3861;
}
.BgClassName
{
background-color: #CB3861;
}
</style>
border-color css
<style>
span { border-color: #CB3861; }
span { border-color: rgb(203,56,97); }
td.TdClassName
{
border-color: #CB3861;
}
.TagClassName
{
border-color: #CB3861;
}
</style>