Shades of Cerise #CB346B
Tints of Cerise #CB346B
RGB
CMYK
RGB Variations
Color information
#CB346B (or 0xCB346B) is known color: Cerise. HEX triplet: CB, 34 and 6B. RGB value is (203,52,107). Sum of RGB (Red+Green+Blue) = 203+52+107=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB346B is #34CB94. Grayscale: #676767. Windows color (decimal): -3459989 or 7025867. OLE color: 7025867.
HSL color Cylindrical-coordinate representation of color #CB346B: hue angle of 338.15º 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 #CB346B is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 107 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.20 |
| HSL | 338.15º | 0.59% | 0.5% | - |
| HSV(B) | 338.15º | 0.74% | 0.8% | - |
| XYZ | 28.51 | 16.21 | 15.54 | - |
| YUV | 103.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 107 | 0 | 0.74 | 0.47 | 0.20 | 338.15 | 0.59 | 0.5 |
| Hex | CB | 34 | 6B | 0 | 4A | 2F | 14 | 152 | 3B | 32 |
| Octal | 313 | 64 | 153 | 0 | 112 | 57 | 24 | 522 | 73 | 62 |
| Binary | 11001011 | 110100 | 1101011 | 0 | 1001010 | 101111 | 10100 | 101010010 | 111011 | 110010 |
Color Harmonies of #CB346B
Complementary color
Monochromatic Colors of #CB346B
Black with #CB346B
Text Example
Text Example
White with #CB346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB346B; }
p { color: rgb(203,52,107); }
H1.HeaderClassName
{
color: #CB346B;
}
.AnyTagClassName
{
color: #CB346B;
}
</style>
background-color css
<style>
a { background-color: #CB346B; }
a { background-color: rgb(203,52,107); }
div.DivClassName
{
background-color: #CB346B;
}
.BgClassName
{
background-color: #CB346B;
}
</style>
border-color css
<style>
span { border-color: #CB346B; }
span { border-color: rgb(203,52,107); }
td.TdClassName
{
border-color: #CB346B;
}
.TagClassName
{
border-color: #CB346B;
}
</style>