Shades of Razzmatazz #C60250
Tints of Razzmatazz #C60250
RGB
CMYK
RGB Variations
Color information
#C60250 (or 0xC60250) is known color: Razzmatazz. HEX triplet: C6, 02 and 50. RGB value is (198,2,80). Sum of RGB (Red+Green+Blue) = 198+2+80=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C60250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60250 is #39FDAF. Grayscale: #454545. Windows color (decimal): -3800496 or 5243590. OLE color: 5243590.
HSL color Cylindrical-coordinate representation of color #C60250: hue angle of 336.12º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60250 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.22 |
| HSL | 336.12º | 0.98% | 0.39% | - |
| HSV(B) | 336.12º | 0.99% | 0.78% | - |
| XYZ | 24.76 | 12.63 | 8.72 | - |
| YUV | 69.5 | 133.93 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 80 | 0 | 0.99 | 0.60 | 0.22 | 336.12 | 0.98 | 0.39 |
| Hex | C6 | 2 | 50 | 0 | 63 | 3C | 16 | 150 | 62 | 27 |
| Octal | 306 | 2 | 120 | 0 | 143 | 74 | 26 | 520 | 142 | 47 |
| Binary | 11000110 | 10 | 1010000 | 0 | 1100011 | 111100 | 10110 | 101010000 | 1100010 | 100111 |
Color Harmonies of #C60250
Complementary color
Monochromatic Colors of #C60250
Black with #C60250
Text Example
Text Example
White with #C60250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60250; }
p { color: rgb(198,2,80); }
H1.HeaderClassName
{
color: #C60250;
}
.AnyTagClassName
{
color: #C60250;
}
</style>
background-color css
<style>
a { background-color: #C60250; }
a { background-color: rgb(198,2,80); }
div.DivClassName
{
background-color: #C60250;
}
.BgClassName
{
background-color: #C60250;
}
</style>
border-color css
<style>
span { border-color: #C60250; }
span { border-color: rgb(198,2,80); }
td.TdClassName
{
border-color: #C60250;
}
.TagClassName
{
border-color: #C60250;
}
</style>