Shades of Cerise #CB2765
Tints of Cerise #CB2765
RGB
CMYK
RGB Variations
Color information
#CB2765 (or 0xCB2765) is known color: Cerise. HEX triplet: CB, 27 and 65. RGB value is (203,39,101). Sum of RGB (Red+Green+Blue) = 203+39+101=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2765 is #34D89A. Grayscale: #5F5F5F. Windows color (decimal): -3463323 or 6629323. OLE color: 6629323.
HSL color Cylindrical-coordinate representation of color #CB2765: hue angle of 337.32º 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 #CB2765 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 101 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.20 |
| HSL | 337.32º | 0.68% | 0.47% | - |
| HSV(B) | 337.32º | 0.81% | 0.8% | - |
| XYZ | 27.7 | 15.09 | 13.76 | - |
| YUV | 95.1 | 131.33 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 101 | 0 | 0.81 | 0.50 | 0.20 | 337.32 | 0.68 | 0.47 |
| Hex | CB | 27 | 65 | 0 | 51 | 32 | 14 | 151 | 44 | 2F |
| Octal | 313 | 47 | 145 | 0 | 121 | 62 | 24 | 521 | 104 | 57 |
| Binary | 11001011 | 100111 | 1100101 | 0 | 1010001 | 110010 | 10100 | 101010001 | 1000100 | 101111 |
Color Harmonies of #CB2765
Complementary color
Monochromatic Colors of #CB2765
Black with #CB2765
Text Example
Text Example
White with #CB2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2765; }
p { color: rgb(203,39,101); }
H1.HeaderClassName
{
color: #CB2765;
}
.AnyTagClassName
{
color: #CB2765;
}
</style>
background-color css
<style>
a { background-color: #CB2765; }
a { background-color: rgb(203,39,101); }
div.DivClassName
{
background-color: #CB2765;
}
.BgClassName
{
background-color: #CB2765;
}
</style>
border-color css
<style>
span { border-color: #CB2765; }
span { border-color: rgb(203,39,101); }
td.TdClassName
{
border-color: #CB2765;
}
.TagClassName
{
border-color: #CB2765;
}
</style>