Shades of Cerise #CB3265
Tints of Cerise #CB3265
RGB
CMYK
RGB Variations
Color information
#CB3265 (or 0xCB3265) is known color: Cerise. HEX triplet: CB, 32 and 65. RGB value is (203,50,101). Sum of RGB (Red+Green+Blue) = 203+50+101=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3265 is #34CD9A. Grayscale: #656565. Windows color (decimal): -3460507 or 6632139. OLE color: 6632139.
HSL color Cylindrical-coordinate representation of color #CB3265: hue angle of 340º 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 #CB3265 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 101 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.20 |
| HSL | 340º | 0.6% | 0.5% | - |
| HSV(B) | 340º | 0.75% | 0.8% | - |
| XYZ | 28.12 | 15.92 | 13.9 | - |
| YUV | 101.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 101 | 0 | 0.75 | 0.50 | 0.20 | 340 | 0.6 | 0.5 |
| Hex | CB | 32 | 65 | 0 | 4B | 32 | 14 | 154 | 3C | 32 |
| Octal | 313 | 62 | 145 | 0 | 113 | 62 | 24 | 524 | 74 | 62 |
| Binary | 11001011 | 110010 | 1100101 | 0 | 1001011 | 110010 | 10100 | 101010100 | 111100 | 110010 |
Color Harmonies of #CB3265
Complementary color
Monochromatic Colors of #CB3265
Black with #CB3265
Text Example
Text Example
White with #CB3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3265; }
p { color: rgb(203,50,101); }
H1.HeaderClassName
{
color: #CB3265;
}
.AnyTagClassName
{
color: #CB3265;
}
</style>
background-color css
<style>
a { background-color: #CB3265; }
a { background-color: rgb(203,50,101); }
div.DivClassName
{
background-color: #CB3265;
}
.BgClassName
{
background-color: #CB3265;
}
</style>
border-color css
<style>
span { border-color: #CB3265; }
span { border-color: rgb(203,50,101); }
td.TdClassName
{
border-color: #CB3265;
}
.TagClassName
{
border-color: #CB3265;
}
</style>