Shades of Razzmatazz #C90651
Tints of Razzmatazz #C90651
RGB
CMYK
RGB Variations
Color information
#C90651 (or 0xC90651) is known color: Razzmatazz. HEX triplet: C9, 06 and 51. RGB value is (201,6,81). Sum of RGB (Red+Green+Blue) = 201+6+81=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C90651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90651 is #36F9AE. Grayscale: #484848. Windows color (decimal): -3602863 or 5310153. OLE color: 5310153.
HSL color Cylindrical-coordinate representation of color #C90651: hue angle of 336.92º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90651 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.21 |
| HSL | 336.92º | 0.94% | 0.41% | - |
| HSV(B) | 336.92º | 0.97% | 0.79% | - |
| XYZ | 25.64 | 13.14 | 8.97 | - |
| YUV | 72.86 | 132.6 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 81 | 0 | 0.97 | 0.60 | 0.21 | 336.92 | 0.94 | 0.41 |
| Hex | C9 | 6 | 51 | 0 | 61 | 3C | 15 | 151 | 5E | 29 |
| Octal | 311 | 6 | 121 | 0 | 141 | 74 | 25 | 521 | 136 | 51 |
| Binary | 11001001 | 110 | 1010001 | 0 | 1100001 | 111100 | 10101 | 101010001 | 1011110 | 101001 |
Color Harmonies of #C90651
Complementary color
Monochromatic Colors of #C90651
Black with #C90651
Text Example
Text Example
White with #C90651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90651; }
p { color: rgb(201,6,81); }
H1.HeaderClassName
{
color: #C90651;
}
.AnyTagClassName
{
color: #C90651;
}
</style>
background-color css
<style>
a { background-color: #C90651; }
a { background-color: rgb(201,6,81); }
div.DivClassName
{
background-color: #C90651;
}
.BgClassName
{
background-color: #C90651;
}
</style>
border-color css
<style>
span { border-color: #C90651; }
span { border-color: rgb(201,6,81); }
td.TdClassName
{
border-color: #C90651;
}
.TagClassName
{
border-color: #C90651;
}
</style>