Shades of Cerise #CB3469
Tints of Cerise #CB3469
RGB
CMYK
RGB Variations
Color information
#CB3469 (or 0xCB3469) is known color: Cerise. HEX triplet: CB, 34 and 69. RGB value is (203,52,105). Sum of RGB (Red+Green+Blue) = 203+52+105=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3469 is #34CB96. Grayscale: #676767. Windows color (decimal): -3459991 or 6894795. OLE color: 6894795.
HSL color Cylindrical-coordinate representation of color #CB3469: hue angle of 338.94º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3469 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 105 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.20 |
| HSL | 338.94º | 0.59% | 0.5% | - |
| HSV(B) | 338.94º | 0.74% | 0.8% | - |
| XYZ | 28.41 | 16.17 | 14.99 | - |
| YUV | 103.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 105 | 0 | 0.74 | 0.48 | 0.20 | 338.94 | 0.59 | 0.5 |
| Hex | CB | 34 | 69 | 0 | 4A | 30 | 14 | 153 | 3B | 32 |
| Octal | 313 | 64 | 151 | 0 | 112 | 60 | 24 | 523 | 73 | 62 |
| Binary | 11001011 | 110100 | 1101001 | 0 | 1001010 | 110000 | 10100 | 101010011 | 111011 | 110010 |
Color Harmonies of #CB3469
Complementary color
Monochromatic Colors of #CB3469
Black with #CB3469
Text Example
Text Example
White with #CB3469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3469; }
p { color: rgb(203,52,105); }
H1.HeaderClassName
{
color: #CB3469;
}
.AnyTagClassName
{
color: #CB3469;
}
</style>
background-color css
<style>
a { background-color: #CB3469; }
a { background-color: rgb(203,52,105); }
div.DivClassName
{
background-color: #CB3469;
}
.BgClassName
{
background-color: #CB3469;
}
</style>
border-color css
<style>
span { border-color: #CB3469; }
span { border-color: rgb(203,52,105); }
td.TdClassName
{
border-color: #CB3469;
}
.TagClassName
{
border-color: #CB3469;
}
</style>