Shades of Razzmatazz #C6084E
Tints of Razzmatazz #C6084E
RGB
CMYK
RGB Variations
Color information
#C6084E (or 0xC6084E) is known color: Razzmatazz. HEX triplet: C6, 08 and 4E. RGB value is (198,8,78). Sum of RGB (Red+Green+Blue) = 198+8+78=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C6084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6084E is #39F7B1. Grayscale: #484848. Windows color (decimal): -3798962 or 5114054. OLE color: 5114054.
HSL color Cylindrical-coordinate representation of color #C6084E: hue angle of 337.89º degrees, saturation: 0.92, 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 #C6084E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.22 |
| HSL | 337.89º | 0.92% | 0.4% | - |
| HSV(B) | 337.89º | 0.96% | 0.78% | - |
| XYZ | 24.75 | 12.73 | 8.36 | - |
| YUV | 72.79 | 130.95 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 78 | 0 | 0.96 | 0.61 | 0.22 | 337.89 | 0.92 | 0.4 |
| Hex | C6 | 8 | 4E | 0 | 60 | 3D | 16 | 152 | 5C | 28 |
| Octal | 306 | 10 | 116 | 0 | 140 | 75 | 26 | 522 | 134 | 50 |
| Binary | 11000110 | 1000 | 1001110 | 0 | 1100000 | 111101 | 10110 | 101010010 | 1011100 | 101000 |
Color Harmonies of #C6084E
Complementary color
Monochromatic Colors of #C6084E
Black with #C6084E
Text Example
Text Example
White with #C6084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6084E; }
p { color: rgb(198,8,78); }
H1.HeaderClassName
{
color: #C6084E;
}
.AnyTagClassName
{
color: #C6084E;
}
</style>
background-color css
<style>
a { background-color: #C6084E; }
a { background-color: rgb(198,8,78); }
div.DivClassName
{
background-color: #C6084E;
}
.BgClassName
{
background-color: #C6084E;
}
</style>
border-color css
<style>
span { border-color: #C6084E; }
span { border-color: rgb(198,8,78); }
td.TdClassName
{
border-color: #C6084E;
}
.TagClassName
{
border-color: #C6084E;
}
</style>