Shades of Cerise #CB326B
Tints of Cerise #CB326B
RGB
CMYK
RGB Variations
Color information
#CB326B (or 0xCB326B) is known color: Cerise. HEX triplet: CB, 32 and 6B. RGB value is (203,50,107). Sum of RGB (Red+Green+Blue) = 203+50+107=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB326B is #34CD94. Grayscale: #666666. Windows color (decimal): -3460501 or 7025355. OLE color: 7025355.
HSL color Cylindrical-coordinate representation of color #CB326B: hue angle of 337.65º 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 #CB326B is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 107 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.20 |
| HSL | 337.65º | 0.6% | 0.5% | - |
| HSV(B) | 337.65º | 0.75% | 0.8% | - |
| XYZ | 28.42 | 16.04 | 15.51 | - |
| YUV | 102.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 107 | 0 | 0.75 | 0.47 | 0.20 | 337.65 | 0.6 | 0.5 |
| Hex | CB | 32 | 6B | 0 | 4B | 2F | 14 | 152 | 3C | 32 |
| Octal | 313 | 62 | 153 | 0 | 113 | 57 | 24 | 522 | 74 | 62 |
| Binary | 11001011 | 110010 | 1101011 | 0 | 1001011 | 101111 | 10100 | 101010010 | 111100 | 110010 |
Color Harmonies of #CB326B
Complementary color
Monochromatic Colors of #CB326B
Black with #CB326B
Text Example
Text Example
White with #CB326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB326B; }
p { color: rgb(203,50,107); }
H1.HeaderClassName
{
color: #CB326B;
}
.AnyTagClassName
{
color: #CB326B;
}
</style>
background-color css
<style>
a { background-color: #CB326B; }
a { background-color: rgb(203,50,107); }
div.DivClassName
{
background-color: #CB326B;
}
.BgClassName
{
background-color: #CB326B;
}
</style>
border-color css
<style>
span { border-color: #CB326B; }
span { border-color: rgb(203,50,107); }
td.TdClassName
{
border-color: #CB326B;
}
.TagClassName
{
border-color: #CB326B;
}
</style>