Shades of Razzmatazz #C90456
Tints of Razzmatazz #C90456
RGB
CMYK
RGB Variations
Color information
#C90456 (or 0xC90456) is known color: Razzmatazz. HEX triplet: C9, 04 and 56. RGB value is (201,4,86). Sum of RGB (Red+Green+Blue) = 201+4+86=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C90456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90456 is #36FBA9. Grayscale: #484848. Windows color (decimal): -3603370 or 5637321. OLE color: 5637321.
HSL color Cylindrical-coordinate representation of color #C90456: hue angle of 335.03º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90456 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.21 |
| HSL | 335.03º | 0.96% | 0.4% | - |
| HSV(B) | 335.03º | 0.98% | 0.79% | - |
| XYZ | 25.81 | 13.18 | 9.99 | - |
| YUV | 72.25 | 135.77 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 86 | 0 | 0.98 | 0.57 | 0.21 | 335.03 | 0.96 | 0.4 |
| Hex | C9 | 4 | 56 | 0 | 62 | 39 | 15 | 14F | 60 | 28 |
| Octal | 311 | 4 | 126 | 0 | 142 | 71 | 25 | 517 | 140 | 50 |
| Binary | 11001001 | 100 | 1010110 | 0 | 1100010 | 111001 | 10101 | 101001111 | 1100000 | 101000 |
Color Harmonies of #C90456
Complementary color
Monochromatic Colors of #C90456
Black with #C90456
Text Example
Text Example
White with #C90456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90456; }
p { color: rgb(201,4,86); }
H1.HeaderClassName
{
color: #C90456;
}
.AnyTagClassName
{
color: #C90456;
}
</style>
background-color css
<style>
a { background-color: #C90456; }
a { background-color: rgb(201,4,86); }
div.DivClassName
{
background-color: #C90456;
}
.BgClassName
{
background-color: #C90456;
}
</style>
border-color css
<style>
span { border-color: #C90456; }
span { border-color: rgb(201,4,86); }
td.TdClassName
{
border-color: #C90456;
}
.TagClassName
{
border-color: #C90456;
}
</style>