Shades of Razzmatazz #C7084D
Tints of Razzmatazz #C7084D
RGB
CMYK
RGB Variations
Color information
#C7084D (or 0xC7084D) is known color: Razzmatazz. HEX triplet: C7, 08 and 4D. RGB value is (199,8,77). Sum of RGB (Red+Green+Blue) = 199+8+77=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7084D is #38F7B2. Grayscale: #484848. Windows color (decimal): -3733427 or 5048519. OLE color: 5048519.
HSL color Cylindrical-coordinate representation of color #C7084D: hue angle of 338.32º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7084D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.22 |
| HSL | 338.32º | 0.92% | 0.41% | - |
| HSV(B) | 338.32º | 0.96% | 0.78% | - |
| XYZ | 24.98 | 12.85 | 8.19 | - |
| YUV | 72.98 | 130.28 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 77 | 0 | 0.96 | 0.61 | 0.22 | 338.32 | 0.92 | 0.41 |
| Hex | C7 | 8 | 4D | 0 | 60 | 3D | 16 | 152 | 5C | 29 |
| Octal | 307 | 10 | 115 | 0 | 140 | 75 | 26 | 522 | 134 | 51 |
| Binary | 11000111 | 1000 | 1001101 | 0 | 1100000 | 111101 | 10110 | 101010010 | 1011100 | 101001 |
Color Harmonies of #C7084D
Complementary color
Monochromatic Colors of #C7084D
Black with #C7084D
Text Example
Text Example
White with #C7084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7084D; }
p { color: rgb(199,8,77); }
H1.HeaderClassName
{
color: #C7084D;
}
.AnyTagClassName
{
color: #C7084D;
}
</style>
background-color css
<style>
a { background-color: #C7084D; }
a { background-color: rgb(199,8,77); }
div.DivClassName
{
background-color: #C7084D;
}
.BgClassName
{
background-color: #C7084D;
}
</style>
border-color css
<style>
span { border-color: #C7084D; }
span { border-color: rgb(199,8,77); }
td.TdClassName
{
border-color: #C7084D;
}
.TagClassName
{
border-color: #C7084D;
}
</style>