Shades of Razzmatazz #C6064F
Tints of Razzmatazz #C6064F
RGB
CMYK
RGB Variations
Color information
#C6064F (or 0xC6064F) is known color: Razzmatazz. HEX triplet: C6, 06 and 4F. RGB value is (198,6,79). Sum of RGB (Red+Green+Blue) = 198+6+79=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C6064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6064F is #39F9B0. Grayscale: #474747. Windows color (decimal): -3799473 or 5179078. OLE color: 5179078.
HSL color Cylindrical-coordinate representation of color #C6064F: hue angle of 337.19º 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 #C6064F is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 79 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.22 |
| HSL | 337.19º | 0.94% | 0.4% | - |
| HSV(B) | 337.19º | 0.97% | 0.78% | - |
| XYZ | 24.77 | 12.7 | 8.54 | - |
| YUV | 71.73 | 132.11 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 79 | 0 | 0.97 | 0.60 | 0.22 | 337.19 | 0.94 | 0.4 |
| Hex | C6 | 6 | 4F | 0 | 61 | 3C | 16 | 151 | 5E | 28 |
| Octal | 306 | 6 | 117 | 0 | 141 | 74 | 26 | 521 | 136 | 50 |
| Binary | 11000110 | 110 | 1001111 | 0 | 1100001 | 111100 | 10110 | 101010001 | 1011110 | 101000 |
Color Harmonies of #C6064F
Complementary color
Monochromatic Colors of #C6064F
Black with #C6064F
Text Example
Text Example
White with #C6064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6064F; }
p { color: rgb(198,6,79); }
H1.HeaderClassName
{
color: #C6064F;
}
.AnyTagClassName
{
color: #C6064F;
}
</style>
background-color css
<style>
a { background-color: #C6064F; }
a { background-color: rgb(198,6,79); }
div.DivClassName
{
background-color: #C6064F;
}
.BgClassName
{
background-color: #C6064F;
}
</style>
border-color css
<style>
span { border-color: #C6064F; }
span { border-color: rgb(198,6,79); }
td.TdClassName
{
border-color: #C6064F;
}
.TagClassName
{
border-color: #C6064F;
}
</style>