Shades of Cerise #CB3465
Tints of Cerise #CB3465
RGB
CMYK
RGB Variations
Color information
#CB3465 (or 0xCB3465) is known color: Cerise. HEX triplet: CB, 34 and 65. RGB value is (203,52,101). Sum of RGB (Red+Green+Blue) = 203+52+101=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3465 is #34CB9A. Grayscale: #666666. Windows color (decimal): -3459995 or 6632651. OLE color: 6632651.
HSL color Cylindrical-coordinate representation of color #CB3465: hue angle of 340.53º 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 #CB3465 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 101 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.20 |
| HSL | 340.53º | 0.59% | 0.5% | - |
| HSV(B) | 340.53º | 0.74% | 0.8% | - |
| XYZ | 28.21 | 16.09 | 13.93 | - |
| YUV | 102.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 101 | 0 | 0.74 | 0.50 | 0.20 | 340.53 | 0.59 | 0.5 |
| Hex | CB | 34 | 65 | 0 | 4A | 32 | 14 | 155 | 3B | 32 |
| Octal | 313 | 64 | 145 | 0 | 112 | 62 | 24 | 525 | 73 | 62 |
| Binary | 11001011 | 110100 | 1100101 | 0 | 1001010 | 110010 | 10100 | 101010101 | 111011 | 110010 |
Color Harmonies of #CB3465
Complementary color
Monochromatic Colors of #CB3465
Black with #CB3465
Text Example
Text Example
White with #CB3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3465; }
p { color: rgb(203,52,101); }
H1.HeaderClassName
{
color: #CB3465;
}
.AnyTagClassName
{
color: #CB3465;
}
</style>
background-color css
<style>
a { background-color: #CB3465; }
a { background-color: rgb(203,52,101); }
div.DivClassName
{
background-color: #CB3465;
}
.BgClassName
{
background-color: #CB3465;
}
</style>
border-color css
<style>
span { border-color: #CB3465; }
span { border-color: rgb(203,52,101); }
td.TdClassName
{
border-color: #CB3465;
}
.TagClassName
{
border-color: #CB3465;
}
</style>