Shades of Razzmatazz #C4064D
Tints of Razzmatazz #C4064D
RGB
CMYK
RGB Variations
Color information
#C4064D (or 0xC4064D) is known color: Razzmatazz. HEX triplet: C4, 06 and 4D. RGB value is (196,6,77). Sum of RGB (Red+Green+Blue) = 196+6+77=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4064D is #3BF9B2. Grayscale: #464646. Windows color (decimal): -3930547 or 5048004. OLE color: 5048004.
HSL color Cylindrical-coordinate representation of color #C4064D: hue angle of 337.58º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4064D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.23 |
| HSL | 337.58º | 0.94% | 0.4% | - |
| HSV(B) | 337.58º | 0.97% | 0.77% | - |
| XYZ | 24.17 | 12.4 | 8.14 | - |
| YUV | 70.9 | 131.45 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 77 | 0 | 0.97 | 0.61 | 0.23 | 337.58 | 0.94 | 0.4 |
| Hex | C4 | 6 | 4D | 0 | 61 | 3D | 17 | 152 | 5E | 28 |
| Octal | 304 | 6 | 115 | 0 | 141 | 75 | 27 | 522 | 136 | 50 |
| Binary | 11000100 | 110 | 1001101 | 0 | 1100001 | 111101 | 10111 | 101010010 | 1011110 | 101000 |
Color Harmonies of #C4064D
Complementary color
Monochromatic Colors of #C4064D
Black with #C4064D
Text Example
Text Example
White with #C4064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4064D; }
p { color: rgb(196,6,77); }
H1.HeaderClassName
{
color: #C4064D;
}
.AnyTagClassName
{
color: #C4064D;
}
</style>
background-color css
<style>
a { background-color: #C4064D; }
a { background-color: rgb(196,6,77); }
div.DivClassName
{
background-color: #C4064D;
}
.BgClassName
{
background-color: #C4064D;
}
</style>
border-color css
<style>
span { border-color: #C4064D; }
span { border-color: rgb(196,6,77); }
td.TdClassName
{
border-color: #C4064D;
}
.TagClassName
{
border-color: #C4064D;
}
</style>