Shades of Razzmatazz #C6005B
Tints of Razzmatazz #C6005B
RGB
CMYK
RGB Variations
Color information
#C6005B (or 0xC6005B) is known color: Razzmatazz. HEX triplet: C6, 00 and 5B. RGB value is (198,0,91). Sum of RGB (Red+Green+Blue) = 198+0+91=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C6005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6005B is #39FFA4. Grayscale: #454545. Windows color (decimal): -3800997 or 5963974. OLE color: 5963974.
HSL color Cylindrical-coordinate representation of color #C6005B: hue angle of 332.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6005B is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.54 | 0.22 |
| HSL | 332.42º | 1% | 0.39% | - |
| HSV(B) | 332.42º | 1% | 0.78% | - |
| XYZ | 25.18 | 12.76 | 11.03 | - |
| YUV | 69.58 | 140.1 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 91 | 0 | 1 | 0.54 | 0.22 | 332.42 | 1 | 0.39 |
| Hex | C6 | 0 | 5B | 0 | 64 | 36 | 16 | 14C | 64 | 27 |
| Octal | 306 | 0 | 133 | 0 | 144 | 66 | 26 | 514 | 144 | 47 |
| Binary | 11000110 | 0 | 1011011 | 0 | 1100100 | 110110 | 10110 | 101001100 | 1100100 | 100111 |
Color Harmonies of #C6005B
Complementary color
Monochromatic Colors of #C6005B
Black with #C6005B
Text Example
Text Example
White with #C6005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6005B; }
p { color: rgb(198,0,91); }
H1.HeaderClassName
{
color: #C6005B;
}
.AnyTagClassName
{
color: #C6005B;
}
</style>
background-color css
<style>
a { background-color: #C6005B; }
a { background-color: rgb(198,0,91); }
div.DivClassName
{
background-color: #C6005B;
}
.BgClassName
{
background-color: #C6005B;
}
</style>
border-color css
<style>
span { border-color: #C6005B; }
span { border-color: rgb(198,0,91); }
td.TdClassName
{
border-color: #C6005B;
}
.TagClassName
{
border-color: #C6005B;
}
</style>