Shades of Cerise #CB3267
Tints of Cerise #CB3267
RGB
CMYK
RGB Variations
Color information
#CB3267 (or 0xCB3267) is known color: Cerise. HEX triplet: CB, 32 and 67. RGB value is (203,50,103). Sum of RGB (Red+Green+Blue) = 203+50+103=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3267 is #34CD98. Grayscale: #656565. Windows color (decimal): -3460505 or 6763211. OLE color: 6763211.
HSL color Cylindrical-coordinate representation of color #CB3267: hue angle of 339.22º 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 #CB3267 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 103 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.20 |
| HSL | 339.22º | 0.6% | 0.5% | - |
| HSV(B) | 339.22º | 0.75% | 0.8% | - |
| XYZ | 28.22 | 15.96 | 14.42 | - |
| YUV | 101.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 103 | 0 | 0.75 | 0.49 | 0.20 | 339.22 | 0.6 | 0.5 |
| Hex | CB | 32 | 67 | 0 | 4B | 31 | 14 | 153 | 3C | 32 |
| Octal | 313 | 62 | 147 | 0 | 113 | 61 | 24 | 523 | 74 | 62 |
| Binary | 11001011 | 110010 | 1100111 | 0 | 1001011 | 110001 | 10100 | 101010011 | 111100 | 110010 |
Color Harmonies of #CB3267
Complementary color
Monochromatic Colors of #CB3267
Black with #CB3267
Text Example
Text Example
White with #CB3267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3267; }
p { color: rgb(203,50,103); }
H1.HeaderClassName
{
color: #CB3267;
}
.AnyTagClassName
{
color: #CB3267;
}
</style>
background-color css
<style>
a { background-color: #CB3267; }
a { background-color: rgb(203,50,103); }
div.DivClassName
{
background-color: #CB3267;
}
.BgClassName
{
background-color: #CB3267;
}
</style>
border-color css
<style>
span { border-color: #CB3267; }
span { border-color: rgb(203,50,103); }
td.TdClassName
{
border-color: #CB3267;
}
.TagClassName
{
border-color: #CB3267;
}
</style>