Shades of Cabaret #DC536A
Tints of Cabaret #DC536A
RGB
CMYK
RGB Variations
Color information
#DC536A (or 0xDC536A) is known color: Cabaret. HEX triplet: DC, 53 and 6A. RGB value is (220,83,106). Sum of RGB (Red+Green+Blue) = 220+83+106=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC536A is #23AC95. Grayscale: #7E7E7E. Windows color (decimal): -2337942 or 6968284. OLE color: 6968284.
HSL color Cylindrical-coordinate representation of color #DC536A: hue angle of 349.93º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC536A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 106 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.14 |
| HSL | 349.93º | 0.66% | 0.59% | - |
| HSV(B) | 349.93º | 0.62% | 0.86% | - |
| XYZ | 35.21 | 22.44 | 16.11 | - |
| YUV | 126.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 106 | 0 | 0.62 | 0.52 | 0.14 | 349.93 | 0.66 | 0.59 |
| Hex | DC | 53 | 6A | 0 | 3E | 34 | E | 15E | 42 | 3B |
| Octal | 334 | 123 | 152 | 0 | 76 | 64 | 16 | 536 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1101010 | 0 | 111110 | 110100 | 1110 | 101011110 | 1000010 | 111011 |
Color Harmonies of #DC536A
Complementary color
Monochromatic Colors of #DC536A
Black with #DC536A
Text Example
Text Example
White with #DC536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC536A; }
p { color: rgb(220,83,106); }
H1.HeaderClassName
{
color: #DC536A;
}
.AnyTagClassName
{
color: #DC536A;
}
</style>
background-color css
<style>
a { background-color: #DC536A; }
a { background-color: rgb(220,83,106); }
div.DivClassName
{
background-color: #DC536A;
}
.BgClassName
{
background-color: #DC536A;
}
</style>
border-color css
<style>
span { border-color: #DC536A; }
span { border-color: rgb(220,83,106); }
td.TdClassName
{
border-color: #DC536A;
}
.TagClassName
{
border-color: #DC536A;
}
</style>