Shades of Razzmatazz #C60356
Tints of Razzmatazz #C60356
RGB
CMYK
RGB Variations
Color information
#C60356 (or 0xC60356) is known color: Razzmatazz. HEX triplet: C6, 03 and 56. RGB value is (198,3,86). Sum of RGB (Red+Green+Blue) = 198+3+86=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60356 is #39FCA9. Grayscale: #464646. Windows color (decimal): -3800234 or 5637062. OLE color: 5637062.
HSL color Cylindrical-coordinate representation of color #C60356: hue angle of 334.46º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60356 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.22 |
| HSL | 334.46º | 0.97% | 0.39% | - |
| HSV(B) | 334.46º | 0.98% | 0.78% | - |
| XYZ | 25 | 12.74 | 9.95 | - |
| YUV | 70.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 86 | 0 | 0.98 | 0.57 | 0.22 | 334.46 | 0.97 | 0.39 |
| Hex | C6 | 3 | 56 | 0 | 62 | 39 | 16 | 14E | 61 | 27 |
| Octal | 306 | 3 | 126 | 0 | 142 | 71 | 26 | 516 | 141 | 47 |
| Binary | 11000110 | 11 | 1010110 | 0 | 1100010 | 111001 | 10110 | 101001110 | 1100001 | 100111 |
Color Harmonies of #C60356
Complementary color
Monochromatic Colors of #C60356
Black with #C60356
Text Example
Text Example
White with #C60356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60356; }
p { color: rgb(198,3,86); }
H1.HeaderClassName
{
color: #C60356;
}
.AnyTagClassName
{
color: #C60356;
}
</style>
background-color css
<style>
a { background-color: #C60356; }
a { background-color: rgb(198,3,86); }
div.DivClassName
{
background-color: #C60356;
}
.BgClassName
{
background-color: #C60356;
}
</style>
border-color css
<style>
span { border-color: #C60356; }
span { border-color: rgb(198,3,86); }
td.TdClassName
{
border-color: #C60356;
}
.TagClassName
{
border-color: #C60356;
}
</style>