Shades of Cerise #CB2165
Tints of Cerise #CB2165
RGB
CMYK
RGB Variations
Color information
#CB2165 (or 0xCB2165) is known color: Cerise. HEX triplet: CB, 21 and 65. RGB value is (203,33,101). Sum of RGB (Red+Green+Blue) = 203+33+101=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2165 is #34DE9A. Grayscale: #5B5B5B. Windows color (decimal): -3464859 or 6627787. OLE color: 6627787.
HSL color Cylindrical-coordinate representation of color #CB2165: hue angle of 336º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2165 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 101 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.20 |
| HSL | 336º | 0.72% | 0.46% | - |
| HSV(B) | 336º | 0.84% | 0.8% | - |
| XYZ | 27.52 | 14.72 | 13.7 | - |
| YUV | 91.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 101 | 0 | 0.84 | 0.50 | 0.20 | 336 | 0.72 | 0.46 |
| Hex | CB | 21 | 65 | 0 | 54 | 32 | 14 | 150 | 48 | 2E |
| Octal | 313 | 41 | 145 | 0 | 124 | 62 | 24 | 520 | 110 | 56 |
| Binary | 11001011 | 100001 | 1100101 | 0 | 1010100 | 110010 | 10100 | 101010000 | 1001000 | 101110 |
Color Harmonies of #CB2165
Complementary color
Monochromatic Colors of #CB2165
Black with #CB2165
Text Example
Text Example
White with #CB2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2165; }
p { color: rgb(203,33,101); }
H1.HeaderClassName
{
color: #CB2165;
}
.AnyTagClassName
{
color: #CB2165;
}
</style>
background-color css
<style>
a { background-color: #CB2165; }
a { background-color: rgb(203,33,101); }
div.DivClassName
{
background-color: #CB2165;
}
.BgClassName
{
background-color: #CB2165;
}
</style>
border-color css
<style>
span { border-color: #CB2165; }
span { border-color: rgb(203,33,101); }
td.TdClassName
{
border-color: #CB2165;
}
.TagClassName
{
border-color: #CB2165;
}
</style>