Shades of Razzmatazz #C60550
Tints of Razzmatazz #C60550
RGB
CMYK
RGB Variations
Color information
#C60550 (or 0xC60550) is known color: Razzmatazz. HEX triplet: C6, 05 and 50. RGB value is (198,5,80). Sum of RGB (Red+Green+Blue) = 198+5+80=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C60550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60550 is #39FAAF. Grayscale: #474747. Windows color (decimal): -3799728 or 5244358. OLE color: 5244358.
HSL color Cylindrical-coordinate representation of color #C60550: hue angle of 336.68º degrees, saturation: 0.95, 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 #C60550 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 80 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.22 |
| HSL | 336.68º | 0.95% | 0.4% | - |
| HSV(B) | 336.68º | 0.97% | 0.78% | - |
| XYZ | 24.79 | 12.69 | 8.73 | - |
| YUV | 71.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 80 | 0 | 0.97 | 0.60 | 0.22 | 336.68 | 0.95 | 0.4 |
| Hex | C6 | 5 | 50 | 0 | 61 | 3C | 16 | 151 | 5F | 28 |
| Octal | 306 | 5 | 120 | 0 | 141 | 74 | 26 | 521 | 137 | 50 |
| Binary | 11000110 | 101 | 1010000 | 0 | 1100001 | 111100 | 10110 | 101010001 | 1011111 | 101000 |
Color Harmonies of #C60550
Complementary color
Monochromatic Colors of #C60550
Black with #C60550
Text Example
Text Example
White with #C60550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60550; }
p { color: rgb(198,5,80); }
H1.HeaderClassName
{
color: #C60550;
}
.AnyTagClassName
{
color: #C60550;
}
</style>
background-color css
<style>
a { background-color: #C60550; }
a { background-color: rgb(198,5,80); }
div.DivClassName
{
background-color: #C60550;
}
.BgClassName
{
background-color: #C60550;
}
</style>
border-color css
<style>
span { border-color: #C60550; }
span { border-color: rgb(198,5,80); }
td.TdClassName
{
border-color: #C60550;
}
.TagClassName
{
border-color: #C60550;
}
</style>