Shades of Cerise #CB326C
Tints of Cerise #CB326C
RGB
CMYK
RGB Variations
Color information
#CB326C (or 0xCB326C) is known color: Cerise. HEX triplet: CB, 32 and 6C. RGB value is (203,50,108). Sum of RGB (Red+Green+Blue) = 203+50+108=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB326C is #34CD93. Grayscale: #666666. Windows color (decimal): -3460500 or 7090891. OLE color: 7090891.
HSL color Cylindrical-coordinate representation of color #CB326C: hue angle of 337.25º 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 #CB326C is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 108 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.20 |
| HSL | 337.25º | 0.6% | 0.5% | - |
| HSV(B) | 337.25º | 0.75% | 0.8% | - |
| XYZ | 28.48 | 16.06 | 15.79 | - |
| YUV | 102.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 108 | 0 | 0.75 | 0.47 | 0.20 | 337.25 | 0.6 | 0.5 |
| Hex | CB | 32 | 6C | 0 | 4B | 2F | 14 | 151 | 3C | 32 |
| Octal | 313 | 62 | 154 | 0 | 113 | 57 | 24 | 521 | 74 | 62 |
| Binary | 11001011 | 110010 | 1101100 | 0 | 1001011 | 101111 | 10100 | 101010001 | 111100 | 110010 |
Color Harmonies of #CB326C
Complementary color
Monochromatic Colors of #CB326C
Black with #CB326C
Text Example
Text Example
White with #CB326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB326C; }
p { color: rgb(203,50,108); }
H1.HeaderClassName
{
color: #CB326C;
}
.AnyTagClassName
{
color: #CB326C;
}
</style>
background-color css
<style>
a { background-color: #CB326C; }
a { background-color: rgb(203,50,108); }
div.DivClassName
{
background-color: #CB326C;
}
.BgClassName
{
background-color: #CB326C;
}
</style>
border-color css
<style>
span { border-color: #CB326C; }
span { border-color: rgb(203,50,108); }
td.TdClassName
{
border-color: #CB326C;
}
.TagClassName
{
border-color: #CB326C;
}
</style>