Shades of Cerise #CB375C
Tints of Cerise #CB375C
RGB
CMYK
RGB Variations
Color information
#CB375C (or 0xCB375C) is known color: Cerise. HEX triplet: CB, 37 and 5C. RGB value is (203,55,92). Sum of RGB (Red+Green+Blue) = 203+55+92=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB375C is #34C8A3. Grayscale: #676767. Windows color (decimal): -3459236 or 6043595. OLE color: 6043595.
HSL color Cylindrical-coordinate representation of color #CB375C: hue angle of 345º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB375C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 92 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.20 |
| HSL | 345º | 0.59% | 0.51% | - |
| HSV(B) | 345º | 0.73% | 0.8% | - |
| XYZ | 27.93 | 16.2 | 11.78 | - |
| YUV | 103.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 92 | 0 | 0.73 | 0.55 | 0.20 | 345 | 0.59 | 0.51 |
| Hex | CB | 37 | 5C | 0 | 49 | 37 | 14 | 159 | 3B | 33 |
| Octal | 313 | 67 | 134 | 0 | 111 | 67 | 24 | 531 | 73 | 63 |
| Binary | 11001011 | 110111 | 1011100 | 0 | 1001001 | 110111 | 10100 | 101011001 | 111011 | 110011 |
Color Harmonies of #CB375C
Complementary color
Monochromatic Colors of #CB375C
Black with #CB375C
Text Example
Text Example
White with #CB375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB375C; }
p { color: rgb(203,55,92); }
H1.HeaderClassName
{
color: #CB375C;
}
.AnyTagClassName
{
color: #CB375C;
}
</style>
background-color css
<style>
a { background-color: #CB375C; }
a { background-color: rgb(203,55,92); }
div.DivClassName
{
background-color: #CB375C;
}
.BgClassName
{
background-color: #CB375C;
}
</style>
border-color css
<style>
span { border-color: #CB375C; }
span { border-color: rgb(203,55,92); }
td.TdClassName
{
border-color: #CB375C;
}
.TagClassName
{
border-color: #CB375C;
}
</style>