Shades of Cabaret #DC4F68
Tints of Cabaret #DC4F68
RGB
CMYK
RGB Variations
Color information
#DC4F68 (or 0xDC4F68) is known color: Cabaret. HEX triplet: DC, 4F and 68. RGB value is (220,79,104). Sum of RGB (Red+Green+Blue) = 220+79+104=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F68 is #23B097. Grayscale: #7C7C7C. Windows color (decimal): -2338968 or 6836188. OLE color: 6836188.
HSL color Cylindrical-coordinate representation of color #DC4F68: hue angle of 349.36º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F68 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 104 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.14 |
| HSL | 349.36º | 0.67% | 0.59% | - |
| HSV(B) | 349.36º | 0.64% | 0.86% | - |
| XYZ | 34.81 | 21.81 | 15.47 | - |
| YUV | 124.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 104 | 0 | 0.64 | 0.53 | 0.14 | 349.36 | 0.67 | 0.59 |
| Hex | DC | 4F | 68 | 0 | 40 | 35 | E | 15D | 43 | 3B |
| Octal | 334 | 117 | 150 | 0 | 100 | 65 | 16 | 535 | 103 | 73 |
| Binary | 11011100 | 1001111 | 1101000 | 0 | 1000000 | 110101 | 1110 | 101011101 | 1000011 | 111011 |
Color Harmonies of #DC4F68
Complementary color
Monochromatic Colors of #DC4F68
Black with #DC4F68
Text Example
Text Example
White with #DC4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F68; }
p { color: rgb(220,79,104); }
H1.HeaderClassName
{
color: #DC4F68;
}
.AnyTagClassName
{
color: #DC4F68;
}
</style>
background-color css
<style>
a { background-color: #DC4F68; }
a { background-color: rgb(220,79,104); }
div.DivClassName
{
background-color: #DC4F68;
}
.BgClassName
{
background-color: #DC4F68;
}
</style>
border-color css
<style>
span { border-color: #DC4F68; }
span { border-color: rgb(220,79,104); }
td.TdClassName
{
border-color: #DC4F68;
}
.TagClassName
{
border-color: #DC4F68;
}
</style>