Shades of Cabaret #D64A68
Tints of Cabaret #D64A68
RGB
CMYK
RGB Variations
Color information
#D64A68 (or 0xD64A68) is known color: Cabaret. HEX triplet: D6, 4A and 68. RGB value is (214,74,104). Sum of RGB (Red+Green+Blue) = 214+74+104=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64A68 is #29B597. Grayscale: #777777. Windows color (decimal): -2733464 or 6834902. OLE color: 6834902.
HSL color Cylindrical-coordinate representation of color #D64A68: hue angle of 347.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64A68 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 104 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.16 |
| HSL | 347.14º | 0.63% | 0.56% | - |
| HSV(B) | 347.14º | 0.65% | 0.84% | - |
| XYZ | 32.68 | 20.19 | 15.27 | - |
| YUV | 119.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 104 | 0 | 0.65 | 0.51 | 0.16 | 347.14 | 0.63 | 0.56 |
| Hex | D6 | 4A | 68 | 0 | 41 | 33 | 10 | 15B | 3F | 38 |
| Octal | 326 | 112 | 150 | 0 | 101 | 63 | 20 | 533 | 77 | 70 |
| Binary | 11010110 | 1001010 | 1101000 | 0 | 1000001 | 110011 | 10000 | 101011011 | 111111 | 111000 |
Color Harmonies of #D64A68
Complementary color
Monochromatic Colors of #D64A68
Black with #D64A68
Text Example
Text Example
White with #D64A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A68; }
p { color: rgb(214,74,104); }
H1.HeaderClassName
{
color: #D64A68;
}
.AnyTagClassName
{
color: #D64A68;
}
</style>
background-color css
<style>
a { background-color: #D64A68; }
a { background-color: rgb(214,74,104); }
div.DivClassName
{
background-color: #D64A68;
}
.BgClassName
{
background-color: #D64A68;
}
</style>
border-color css
<style>
span { border-color: #D64A68; }
span { border-color: rgb(214,74,104); }
td.TdClassName
{
border-color: #D64A68;
}
.TagClassName
{
border-color: #D64A68;
}
</style>