Shades of Razzmatazz #C6064C
Tints of Razzmatazz #C6064C
RGB
CMYK
RGB Variations
Color information
#C6064C (or 0xC6064C) is known color: Razzmatazz. HEX triplet: C6, 06 and 4C. RGB value is (198,6,76). Sum of RGB (Red+Green+Blue) = 198+6+76=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6064C is #39F9B3. Grayscale: #474747. Windows color (decimal): -3799476 or 4982470. OLE color: 4982470.
HSL color Cylindrical-coordinate representation of color #C6064C: hue angle of 338.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6064C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 76 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.22 |
| HSL | 338.13º | 0.94% | 0.4% | - |
| HSV(B) | 338.13º | 0.97% | 0.78% | - |
| XYZ | 24.66 | 12.66 | 7.98 | - |
| YUV | 71.39 | 130.61 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 76 | 0 | 0.97 | 0.62 | 0.22 | 338.13 | 0.94 | 0.4 |
| Hex | C6 | 6 | 4C | 0 | 61 | 3E | 16 | 152 | 5E | 28 |
| Octal | 306 | 6 | 114 | 0 | 141 | 76 | 26 | 522 | 136 | 50 |
| Binary | 11000110 | 110 | 1001100 | 0 | 1100001 | 111110 | 10110 | 101010010 | 1011110 | 101000 |
Color Harmonies of #C6064C
Complementary color
Monochromatic Colors of #C6064C
Black with #C6064C
Text Example
Text Example
White with #C6064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6064C; }
p { color: rgb(198,6,76); }
H1.HeaderClassName
{
color: #C6064C;
}
.AnyTagClassName
{
color: #C6064C;
}
</style>
background-color css
<style>
a { background-color: #C6064C; }
a { background-color: rgb(198,6,76); }
div.DivClassName
{
background-color: #C6064C;
}
.BgClassName
{
background-color: #C6064C;
}
</style>
border-color css
<style>
span { border-color: #C6064C; }
span { border-color: rgb(198,6,76); }
td.TdClassName
{
border-color: #C6064C;
}
.TagClassName
{
border-color: #C6064C;
}
</style>