Shades of Razzmatazz #CB0156
Tints of Razzmatazz #CB0156
RGB
CMYK
RGB Variations
Color information
#CB0156 (or 0xCB0156) is known color: Razzmatazz. HEX triplet: CB, 01 and 56. RGB value is (203,1,86). Sum of RGB (Red+Green+Blue) = 203+1+86=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0156 is #34FEA9. Grayscale: #464646. Windows color (decimal): -3473066 or 5636555. OLE color: 5636555.
HSL color Cylindrical-coordinate representation of color #CB0156: hue angle of 334.75º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0156 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 86 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.20 |
| HSL | 334.75º | 0.99% | 0.4% | - |
| HSV(B) | 334.75º | 1% | 0.8% | - |
| XYZ | 26.32 | 13.39 | 10 | - |
| YUV | 71.09 | 136.42 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 86 | 0 | 1.00 | 0.58 | 0.20 | 334.75 | 0.99 | 0.4 |
| Hex | CB | 1 | 56 | 0 | 64 | 3A | 14 | 14F | 63 | 28 |
| Octal | 313 | 1 | 126 | 0 | 144 | 72 | 24 | 517 | 143 | 50 |
| Binary | 11001011 | 1 | 1010110 | 0 | 1100100 | 111010 | 10100 | 101001111 | 1100011 | 101000 |
Color Harmonies of #CB0156
Complementary color
Monochromatic Colors of #CB0156
Black with #CB0156
Text Example
Text Example
White with #CB0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0156; }
p { color: rgb(203,1,86); }
H1.HeaderClassName
{
color: #CB0156;
}
.AnyTagClassName
{
color: #CB0156;
}
</style>
background-color css
<style>
a { background-color: #CB0156; }
a { background-color: rgb(203,1,86); }
div.DivClassName
{
background-color: #CB0156;
}
.BgClassName
{
background-color: #CB0156;
}
</style>
border-color css
<style>
span { border-color: #CB0156; }
span { border-color: rgb(203,1,86); }
td.TdClassName
{
border-color: #CB0156;
}
.TagClassName
{
border-color: #CB0156;
}
</style>