Shades of Cerise #CB2768
Tints of Cerise #CB2768
RGB
CMYK
RGB Variations
Color information
#CB2768 (or 0xCB2768) is known color: Cerise. HEX triplet: CB, 27 and 68. RGB value is (203,39,104). Sum of RGB (Red+Green+Blue) = 203+39+104=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2768 is #34D897. Grayscale: #5F5F5F. Windows color (decimal): -3463320 or 6825931. OLE color: 6825931.
HSL color Cylindrical-coordinate representation of color #CB2768: hue angle of 336.22º 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 #CB2768 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 104 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.20 |
| HSL | 336.22º | 0.68% | 0.47% | - |
| HSV(B) | 336.22º | 0.81% | 0.8% | - |
| XYZ | 27.85 | 15.15 | 14.55 | - |
| YUV | 95.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 104 | 0 | 0.81 | 0.49 | 0.20 | 336.22 | 0.68 | 0.47 |
| Hex | CB | 27 | 68 | 0 | 51 | 31 | 14 | 150 | 44 | 2F |
| Octal | 313 | 47 | 150 | 0 | 121 | 61 | 24 | 520 | 104 | 57 |
| Binary | 11001011 | 100111 | 1101000 | 0 | 1010001 | 110001 | 10100 | 101010000 | 1000100 | 101111 |
Color Harmonies of #CB2768
Complementary color
Monochromatic Colors of #CB2768
Black with #CB2768
Text Example
Text Example
White with #CB2768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2768; }
p { color: rgb(203,39,104); }
H1.HeaderClassName
{
color: #CB2768;
}
.AnyTagClassName
{
color: #CB2768;
}
</style>
background-color css
<style>
a { background-color: #CB2768; }
a { background-color: rgb(203,39,104); }
div.DivClassName
{
background-color: #CB2768;
}
.BgClassName
{
background-color: #CB2768;
}
</style>
border-color css
<style>
span { border-color: #CB2768; }
span { border-color: rgb(203,39,104); }
td.TdClassName
{
border-color: #CB2768;
}
.TagClassName
{
border-color: #CB2768;
}
</style>