Shades of Cerise #CB345C
Tints of Cerise #CB345C
RGB
CMYK
RGB Variations
Color information
#CB345C (or 0xCB345C) is known color: Cerise. HEX triplet: CB, 34 and 5C. RGB value is (203,52,92). Sum of RGB (Red+Green+Blue) = 203+52+92=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB345C is #34CBA3. Grayscale: #656565. Windows color (decimal): -3460004 or 6042827. OLE color: 6042827.
HSL color Cylindrical-coordinate representation of color #CB345C: hue angle of 344.11º 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 #CB345C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 92 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.20 |
| HSL | 344.11º | 0.59% | 0.5% | - |
| HSV(B) | 344.11º | 0.74% | 0.8% | - |
| XYZ | 27.79 | 15.93 | 11.73 | - |
| YUV | 101.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 92 | 0 | 0.74 | 0.55 | 0.20 | 344.11 | 0.59 | 0.5 |
| Hex | CB | 34 | 5C | 0 | 4A | 37 | 14 | 158 | 3B | 32 |
| Octal | 313 | 64 | 134 | 0 | 112 | 67 | 24 | 530 | 73 | 62 |
| Binary | 11001011 | 110100 | 1011100 | 0 | 1001010 | 110111 | 10100 | 101011000 | 111011 | 110010 |
Color Harmonies of #CB345C
Complementary color
Monochromatic Colors of #CB345C
Black with #CB345C
Text Example
Text Example
White with #CB345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB345C; }
p { color: rgb(203,52,92); }
H1.HeaderClassName
{
color: #CB345C;
}
.AnyTagClassName
{
color: #CB345C;
}
</style>
background-color css
<style>
a { background-color: #CB345C; }
a { background-color: rgb(203,52,92); }
div.DivClassName
{
background-color: #CB345C;
}
.BgClassName
{
background-color: #CB345C;
}
</style>
border-color css
<style>
span { border-color: #CB345C; }
span { border-color: rgb(203,52,92); }
td.TdClassName
{
border-color: #CB345C;
}
.TagClassName
{
border-color: #CB345C;
}
</style>