Shades of Cerise #CB2269
Tints of Cerise #CB2269
RGB
CMYK
RGB Variations
Color information
#CB2269 (or 0xCB2269) is known color: Cerise. HEX triplet: CB, 22 and 69. RGB value is (203,34,105). Sum of RGB (Red+Green+Blue) = 203+34+105=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2269 is #34DD96. Grayscale: #5C5C5C. Windows color (decimal): -3464599 or 6890187. OLE color: 6890187.
HSL color Cylindrical-coordinate representation of color #CB2269: hue angle of 334.79º 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 #CB2269 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 105 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.20 |
| HSL | 334.79º | 0.71% | 0.46% | - |
| HSV(B) | 334.79º | 0.83% | 0.8% | - |
| XYZ | 27.75 | 14.86 | 14.77 | - |
| YUV | 92.63 | 134.99 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 105 | 0 | 0.83 | 0.48 | 0.20 | 334.79 | 0.71 | 0.46 |
| Hex | CB | 22 | 69 | 0 | 53 | 30 | 14 | 14F | 47 | 2E |
| Octal | 313 | 42 | 151 | 0 | 123 | 60 | 24 | 517 | 107 | 56 |
| Binary | 11001011 | 100010 | 1101001 | 0 | 1010011 | 110000 | 10100 | 101001111 | 1000111 | 101110 |
Color Harmonies of #CB2269
Complementary color
Monochromatic Colors of #CB2269
Black with #CB2269
Text Example
Text Example
White with #CB2269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2269; }
p { color: rgb(203,34,105); }
H1.HeaderClassName
{
color: #CB2269;
}
.AnyTagClassName
{
color: #CB2269;
}
</style>
background-color css
<style>
a { background-color: #CB2269; }
a { background-color: rgb(203,34,105); }
div.DivClassName
{
background-color: #CB2269;
}
.BgClassName
{
background-color: #CB2269;
}
</style>
border-color css
<style>
span { border-color: #CB2269; }
span { border-color: rgb(203,34,105); }
td.TdClassName
{
border-color: #CB2269;
}
.TagClassName
{
border-color: #CB2269;
}
</style>