Shades of Cerise #CB326D
Tints of Cerise #CB326D
RGB
CMYK
RGB Variations
Color information
#CB326D (or 0xCB326D) is known color: Cerise. HEX triplet: CB, 32 and 6D. RGB value is (203,50,109). Sum of RGB (Red+Green+Blue) = 203+50+109=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB326D is #34CD92. Grayscale: #666666. Windows color (decimal): -3460499 or 7156427. OLE color: 7156427.
HSL color Cylindrical-coordinate representation of color #CB326D: hue angle of 336.86º 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 #CB326D is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 109 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.20 |
| HSL | 336.86º | 0.6% | 0.5% | - |
| HSV(B) | 336.86º | 0.75% | 0.8% | - |
| XYZ | 28.53 | 16.08 | 16.07 | - |
| YUV | 102.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 109 | 0 | 0.75 | 0.46 | 0.20 | 336.86 | 0.6 | 0.5 |
| Hex | CB | 32 | 6D | 0 | 4B | 2E | 14 | 151 | 3C | 32 |
| Octal | 313 | 62 | 155 | 0 | 113 | 56 | 24 | 521 | 74 | 62 |
| Binary | 11001011 | 110010 | 1101101 | 0 | 1001011 | 101110 | 10100 | 101010001 | 111100 | 110010 |
Color Harmonies of #CB326D
Complementary color
Monochromatic Colors of #CB326D
Black with #CB326D
Text Example
Text Example
White with #CB326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB326D; }
p { color: rgb(203,50,109); }
H1.HeaderClassName
{
color: #CB326D;
}
.AnyTagClassName
{
color: #CB326D;
}
</style>
background-color css
<style>
a { background-color: #CB326D; }
a { background-color: rgb(203,50,109); }
div.DivClassName
{
background-color: #CB326D;
}
.BgClassName
{
background-color: #CB326D;
}
</style>
border-color css
<style>
span { border-color: #CB326D; }
span { border-color: rgb(203,50,109); }
td.TdClassName
{
border-color: #CB326D;
}
.TagClassName
{
border-color: #CB326D;
}
</style>