Shades of Cerise #CB3263
Tints of Cerise #CB3263
RGB
CMYK
RGB Variations
Color information
#CB3263 (or 0xCB3263) is known color: Cerise. HEX triplet: CB, 32 and 63. RGB value is (203,50,99). Sum of RGB (Red+Green+Blue) = 203+50+99=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3263 is #34CD9C. Grayscale: #656565. Windows color (decimal): -3460509 or 6501067. OLE color: 6501067.
HSL color Cylindrical-coordinate representation of color #CB3263: hue angle of 340.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3263 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 99 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.20 |
| HSL | 340.78º | 0.6% | 0.5% | - |
| HSV(B) | 340.78º | 0.75% | 0.8% | - |
| XYZ | 28.02 | 15.88 | 13.39 | - |
| YUV | 101.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 99 | 0 | 0.75 | 0.51 | 0.20 | 340.78 | 0.6 | 0.5 |
| Hex | CB | 32 | 63 | 0 | 4B | 33 | 14 | 155 | 3C | 32 |
| Octal | 313 | 62 | 143 | 0 | 113 | 63 | 24 | 525 | 74 | 62 |
| Binary | 11001011 | 110010 | 1100011 | 0 | 1001011 | 110011 | 10100 | 101010101 | 111100 | 110010 |
Color Harmonies of #CB3263
Complementary color
Monochromatic Colors of #CB3263
Black with #CB3263
Text Example
Text Example
White with #CB3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3263; }
p { color: rgb(203,50,99); }
H1.HeaderClassName
{
color: #CB3263;
}
.AnyTagClassName
{
color: #CB3263;
}
</style>
background-color css
<style>
a { background-color: #CB3263; }
a { background-color: rgb(203,50,99); }
div.DivClassName
{
background-color: #CB3263;
}
.BgClassName
{
background-color: #CB3263;
}
</style>
border-color css
<style>
span { border-color: #CB3263; }
span { border-color: rgb(203,50,99); }
td.TdClassName
{
border-color: #CB3263;
}
.TagClassName
{
border-color: #CB3263;
}
</style>