Shades of Cerise #CB3269
Tints of Cerise #CB3269
RGB
CMYK
RGB Variations
Color information
#CB3269 (or 0xCB3269) is known color: Cerise. HEX triplet: CB, 32 and 69. RGB value is (203,50,105). Sum of RGB (Red+Green+Blue) = 203+50+105=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3269 is #34CD96. Grayscale: #656565. Windows color (decimal): -3460503 or 6894283. OLE color: 6894283.
HSL color Cylindrical-coordinate representation of color #CB3269: hue angle of 338.43º 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 #CB3269 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 105 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.20 |
| HSL | 338.43º | 0.6% | 0.5% | - |
| HSV(B) | 338.43º | 0.75% | 0.8% | - |
| XYZ | 28.32 | 16 | 14.96 | - |
| YUV | 102.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 105 | 0 | 0.75 | 0.48 | 0.20 | 338.43 | 0.6 | 0.5 |
| Hex | CB | 32 | 69 | 0 | 4B | 30 | 14 | 152 | 3C | 32 |
| Octal | 313 | 62 | 151 | 0 | 113 | 60 | 24 | 522 | 74 | 62 |
| Binary | 11001011 | 110010 | 1101001 | 0 | 1001011 | 110000 | 10100 | 101010010 | 111100 | 110010 |
Color Harmonies of #CB3269
Complementary color
Monochromatic Colors of #CB3269
Black with #CB3269
Text Example
Text Example
White with #CB3269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3269; }
p { color: rgb(203,50,105); }
H1.HeaderClassName
{
color: #CB3269;
}
.AnyTagClassName
{
color: #CB3269;
}
</style>
background-color css
<style>
a { background-color: #CB3269; }
a { background-color: rgb(203,50,105); }
div.DivClassName
{
background-color: #CB3269;
}
.BgClassName
{
background-color: #CB3269;
}
</style>
border-color css
<style>
span { border-color: #CB3269; }
span { border-color: rgb(203,50,105); }
td.TdClassName
{
border-color: #CB3269;
}
.TagClassName
{
border-color: #CB3269;
}
</style>