Shades of Razzmatazz #CB0356
Tints of Razzmatazz #CB0356
RGB
CMYK
RGB Variations
Color information
#CB0356 (or 0xCB0356) is known color: Razzmatazz. HEX triplet: CB, 03 and 56. RGB value is (203,3,86). Sum of RGB (Red+Green+Blue) = 203+3+86=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0356 is #34FCA9. Grayscale: #484848. Windows color (decimal): -3472554 or 5637067. OLE color: 5637067.
HSL color Cylindrical-coordinate representation of color #CB0356: hue angle of 335.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0356 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.20 |
| HSL | 335.1º | 0.97% | 0.4% | - |
| HSV(B) | 335.1º | 0.99% | 0.8% | - |
| XYZ | 26.34 | 13.43 | 10.01 | - |
| YUV | 72.26 | 135.76 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 86 | 0 | 0.99 | 0.58 | 0.20 | 335.1 | 0.97 | 0.4 |
| Hex | CB | 3 | 56 | 0 | 63 | 3A | 14 | 14F | 61 | 28 |
| Octal | 313 | 3 | 126 | 0 | 143 | 72 | 24 | 517 | 141 | 50 |
| Binary | 11001011 | 11 | 1010110 | 0 | 1100011 | 111010 | 10100 | 101001111 | 1100001 | 101000 |
Color Harmonies of #CB0356
Complementary color
Monochromatic Colors of #CB0356
Black with #CB0356
Text Example
Text Example
White with #CB0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0356; }
p { color: rgb(203,3,86); }
H1.HeaderClassName
{
color: #CB0356;
}
.AnyTagClassName
{
color: #CB0356;
}
</style>
background-color css
<style>
a { background-color: #CB0356; }
a { background-color: rgb(203,3,86); }
div.DivClassName
{
background-color: #CB0356;
}
.BgClassName
{
background-color: #CB0356;
}
</style>
border-color css
<style>
span { border-color: #CB0356; }
span { border-color: rgb(203,3,86); }
td.TdClassName
{
border-color: #CB0356;
}
.TagClassName
{
border-color: #CB0356;
}
</style>