Shades of Razzmatazz #CC0156
Tints of Razzmatazz #CC0156
RGB
CMYK
RGB Variations
Color information
#CC0156 (or 0xCC0156) is known color: Razzmatazz. HEX triplet: CC, 01 and 56. RGB value is (204,1,86). Sum of RGB (Red+Green+Blue) = 204+1+86=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0156 is #33FEA9. Grayscale: #474747. Windows color (decimal): -3407530 or 5636556. OLE color: 5636556.
HSL color Cylindrical-coordinate representation of color #CC0156: hue angle of 334.88º 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 #CC0156 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 86 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.2 |
| HSL | 334.88º | 0.99% | 0.4% | - |
| HSV(B) | 334.88º | 1% | 0.8% | - |
| XYZ | 26.59 | 13.53 | 10.01 | - |
| YUV | 71.39 | 136.25 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 86 | 0 | 1.00 | 0.58 | 0.2 | 334.88 | 0.99 | 0.4 |
| Hex | CC | 1 | 56 | 0 | 64 | 3A | 14 | 14F | 63 | 28 |
| Octal | 314 | 1 | 126 | 0 | 144 | 72 | 24 | 517 | 143 | 50 |
| Binary | 11001100 | 1 | 1010110 | 0 | 1100100 | 111010 | 10100 | 101001111 | 1100011 | 101000 |
Color Harmonies of #CC0156
Complementary color
Monochromatic Colors of #CC0156
Black with #CC0156
Text Example
Text Example
White with #CC0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0156; }
p { color: rgb(204,1,86); }
H1.HeaderClassName
{
color: #CC0156;
}
.AnyTagClassName
{
color: #CC0156;
}
</style>
background-color css
<style>
a { background-color: #CC0156; }
a { background-color: rgb(204,1,86); }
div.DivClassName
{
background-color: #CC0156;
}
.BgClassName
{
background-color: #CC0156;
}
</style>
border-color css
<style>
span { border-color: #CC0156; }
span { border-color: rgb(204,1,86); }
td.TdClassName
{
border-color: #CC0156;
}
.TagClassName
{
border-color: #CC0156;
}
</style>