Shades of Cerise #CB2660
Tints of Cerise #CB2660
RGB
CMYK
RGB Variations
Color information
#CB2660 (or 0xCB2660) is known color: Cerise. HEX triplet: CB, 26 and 60. RGB value is (203,38,96). Sum of RGB (Red+Green+Blue) = 203+38+96=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2660 is #34D99F. Grayscale: #5D5D5D. Windows color (decimal): -3463584 or 6301387. OLE color: 6301387.
HSL color Cylindrical-coordinate representation of color #CB2660: hue angle of 338.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2660 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 96 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.20 |
| HSL | 338.91º | 0.68% | 0.47% | - |
| HSV(B) | 338.91º | 0.81% | 0.8% | - |
| XYZ | 27.43 | 14.93 | 12.5 | - |
| YUV | 93.95 | 129.16 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 96 | 0 | 0.81 | 0.53 | 0.20 | 338.91 | 0.68 | 0.47 |
| Hex | CB | 26 | 60 | 0 | 51 | 35 | 14 | 153 | 44 | 2F |
| Octal | 313 | 46 | 140 | 0 | 121 | 65 | 24 | 523 | 104 | 57 |
| Binary | 11001011 | 100110 | 1100000 | 0 | 1010001 | 110101 | 10100 | 101010011 | 1000100 | 101111 |
Color Harmonies of #CB2660
Complementary color
Monochromatic Colors of #CB2660
Black with #CB2660
Text Example
Text Example
White with #CB2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2660; }
p { color: rgb(203,38,96); }
H1.HeaderClassName
{
color: #CB2660;
}
.AnyTagClassName
{
color: #CB2660;
}
</style>
background-color css
<style>
a { background-color: #CB2660; }
a { background-color: rgb(203,38,96); }
div.DivClassName
{
background-color: #CB2660;
}
.BgClassName
{
background-color: #CB2660;
}
</style>
border-color css
<style>
span { border-color: #CB2660; }
span { border-color: rgb(203,38,96); }
td.TdClassName
{
border-color: #CB2660;
}
.TagClassName
{
border-color: #CB2660;
}
</style>