Shades of Razzmatazz #C8064D
Tints of Razzmatazz #C8064D
RGB
CMYK
RGB Variations
Color information
#C8064D (or 0xC8064D) is known color: Razzmatazz. HEX triplet: C8, 06 and 4D. RGB value is (200,6,77). Sum of RGB (Red+Green+Blue) = 200+6+77=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8064D is #37F9B2. Grayscale: #484848. Windows color (decimal): -3668403 or 5048008. OLE color: 5048008.
HSL color Cylindrical-coordinate representation of color #C8064D: hue angle of 338.04º 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 #C8064D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.22 |
| HSL | 338.04º | 0.94% | 0.4% | - |
| HSV(B) | 338.04º | 0.97% | 0.78% | - |
| XYZ | 25.22 | 12.95 | 8.19 | - |
| YUV | 72.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 77 | 0 | 0.97 | 0.62 | 0.22 | 338.04 | 0.94 | 0.4 |
| Hex | C8 | 6 | 4D | 0 | 61 | 3E | 16 | 152 | 5E | 28 |
| Octal | 310 | 6 | 115 | 0 | 141 | 76 | 26 | 522 | 136 | 50 |
| Binary | 11001000 | 110 | 1001101 | 0 | 1100001 | 111110 | 10110 | 101010010 | 1011110 | 101000 |
Color Harmonies of #C8064D
Complementary color
Monochromatic Colors of #C8064D
Black with #C8064D
Text Example
Text Example
White with #C8064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8064D; }
p { color: rgb(200,6,77); }
H1.HeaderClassName
{
color: #C8064D;
}
.AnyTagClassName
{
color: #C8064D;
}
</style>
background-color css
<style>
a { background-color: #C8064D; }
a { background-color: rgb(200,6,77); }
div.DivClassName
{
background-color: #C8064D;
}
.BgClassName
{
background-color: #C8064D;
}
</style>
border-color css
<style>
span { border-color: #C8064D; }
span { border-color: rgb(200,6,77); }
td.TdClassName
{
border-color: #C8064D;
}
.TagClassName
{
border-color: #C8064D;
}
</style>