Shades of Razzmatazz #C6074D
Tints of Razzmatazz #C6074D
RGB
CMYK
RGB Variations
Color information
#C6074D (or 0xC6074D) is known color: Razzmatazz. HEX triplet: C6, 07 and 4D. RGB value is (198,7,77). Sum of RGB (Red+Green+Blue) = 198+7+77=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6074D is #39F8B2. Grayscale: #484848. Windows color (decimal): -3799219 or 5048262. OLE color: 5048262.
HSL color Cylindrical-coordinate representation of color #C6074D: hue angle of 338.01º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6074D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.22 |
| HSL | 338.01º | 0.93% | 0.4% | - |
| HSV(B) | 338.01º | 0.96% | 0.78% | - |
| XYZ | 24.7 | 12.69 | 8.17 | - |
| YUV | 72.09 | 130.78 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 77 | 0 | 0.96 | 0.61 | 0.22 | 338.01 | 0.93 | 0.4 |
| Hex | C6 | 7 | 4D | 0 | 60 | 3D | 16 | 152 | 5D | 28 |
| Octal | 306 | 7 | 115 | 0 | 140 | 75 | 26 | 522 | 135 | 50 |
| Binary | 11000110 | 111 | 1001101 | 0 | 1100000 | 111101 | 10110 | 101010010 | 1011101 | 101000 |
Color Harmonies of #C6074D
Complementary color
Monochromatic Colors of #C6074D
Black with #C6074D
Text Example
Text Example
White with #C6074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6074D; }
p { color: rgb(198,7,77); }
H1.HeaderClassName
{
color: #C6074D;
}
.AnyTagClassName
{
color: #C6074D;
}
</style>
background-color css
<style>
a { background-color: #C6074D; }
a { background-color: rgb(198,7,77); }
div.DivClassName
{
background-color: #C6074D;
}
.BgClassName
{
background-color: #C6074D;
}
</style>
border-color css
<style>
span { border-color: #C6074D; }
span { border-color: rgb(198,7,77); }
td.TdClassName
{
border-color: #C6074D;
}
.TagClassName
{
border-color: #C6074D;
}
</style>