Shades of Cerise #CB226C
Tints of Cerise #CB226C
RGB
CMYK
RGB Variations
Color information
#CB226C (or 0xCB226C) is known color: Cerise. HEX triplet: CB, 22 and 6C. RGB value is (203,34,108). Sum of RGB (Red+Green+Blue) = 203+34+108=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB226C is #34DD93. Grayscale: #5C5C5C. Windows color (decimal): -3464596 or 7086795. OLE color: 7086795.
HSL color Cylindrical-coordinate representation of color #CB226C: hue angle of 333.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB226C is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 108 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.20 |
| HSL | 333.73º | 0.71% | 0.46% | - |
| HSV(B) | 333.73º | 0.83% | 0.8% | - |
| XYZ | 27.91 | 14.92 | 15.6 | - |
| YUV | 92.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 108 | 0 | 0.83 | 0.47 | 0.20 | 333.73 | 0.71 | 0.46 |
| Hex | CB | 22 | 6C | 0 | 53 | 2F | 14 | 14E | 47 | 2E |
| Octal | 313 | 42 | 154 | 0 | 123 | 57 | 24 | 516 | 107 | 56 |
| Binary | 11001011 | 100010 | 1101100 | 0 | 1010011 | 101111 | 10100 | 101001110 | 1000111 | 101110 |
Color Harmonies of #CB226C
Complementary color
Monochromatic Colors of #CB226C
Black with #CB226C
Text Example
Text Example
White with #CB226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB226C; }
p { color: rgb(203,34,108); }
H1.HeaderClassName
{
color: #CB226C;
}
.AnyTagClassName
{
color: #CB226C;
}
</style>
background-color css
<style>
a { background-color: #CB226C; }
a { background-color: rgb(203,34,108); }
div.DivClassName
{
background-color: #CB226C;
}
.BgClassName
{
background-color: #CB226C;
}
</style>
border-color css
<style>
span { border-color: #CB226C; }
span { border-color: rgb(203,34,108); }
td.TdClassName
{
border-color: #CB226C;
}
.TagClassName
{
border-color: #CB226C;
}
</style>