Shades of Razzmatazz #CE0656
Tints of Razzmatazz #CE0656
RGB
CMYK
RGB Variations
Color information
#CE0656 (or 0xCE0656) is known color: Razzmatazz. HEX triplet: CE, 06 and 56. RGB value is (206,6,86). Sum of RGB (Red+Green+Blue) = 206+6+86=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0656 is #31F9A9. Grayscale: #4A4A4A. Windows color (decimal): -3275178 or 5637838. OLE color: 5637838.
HSL color Cylindrical-coordinate representation of color #CE0656: hue angle of 336º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0656 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.19 |
| HSL | 336º | 0.94% | 0.42% | - |
| HSV(B) | 336º | 0.97% | 0.81% | - |
| XYZ | 27.2 | 13.92 | 10.06 | - |
| YUV | 74.92 | 134.26 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 86 | 0 | 0.97 | 0.58 | 0.19 | 336 | 0.94 | 0.42 |
| Hex | CE | 6 | 56 | 0 | 61 | 3A | 13 | 150 | 5E | 2A |
| Octal | 316 | 6 | 126 | 0 | 141 | 72 | 23 | 520 | 136 | 52 |
| Binary | 11001110 | 110 | 1010110 | 0 | 1100001 | 111010 | 10011 | 101010000 | 1011110 | 101010 |
Color Harmonies of #CE0656
Complementary color
Monochromatic Colors of #CE0656
Black with #CE0656
Text Example
Text Example
White with #CE0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0656; }
p { color: rgb(206,6,86); }
H1.HeaderClassName
{
color: #CE0656;
}
.AnyTagClassName
{
color: #CE0656;
}
</style>
background-color css
<style>
a { background-color: #CE0656; }
a { background-color: rgb(206,6,86); }
div.DivClassName
{
background-color: #CE0656;
}
.BgClassName
{
background-color: #CE0656;
}
</style>
border-color css
<style>
span { border-color: #CE0656; }
span { border-color: rgb(206,6,86); }
td.TdClassName
{
border-color: #CE0656;
}
.TagClassName
{
border-color: #CE0656;
}
</style>