Shades of Cabaret #D64C6A
Tints of Cabaret #D64C6A
RGB
CMYK
RGB Variations
Color information
#D64C6A (or 0xD64C6A) is known color: Cabaret. HEX triplet: D6, 4C and 6A. RGB value is (214,76,106). Sum of RGB (Red+Green+Blue) = 214+76+106=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C6A is #29B395. Grayscale: #787878. Windows color (decimal): -2732950 or 6966486. OLE color: 6966486.
HSL color Cylindrical-coordinate representation of color #D64C6A: hue angle of 346.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64C6A is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 106 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.16 |
| HSL | 346.96º | 0.63% | 0.57% | - |
| HSV(B) | 346.96º | 0.64% | 0.84% | - |
| XYZ | 32.92 | 20.51 | 15.86 | - |
| YUV | 120.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 106 | 0 | 0.64 | 0.50 | 0.16 | 346.96 | 0.63 | 0.57 |
| Hex | D6 | 4C | 6A | 0 | 40 | 32 | 10 | 15B | 3F | 39 |
| Octal | 326 | 114 | 152 | 0 | 100 | 62 | 20 | 533 | 77 | 71 |
| Binary | 11010110 | 1001100 | 1101010 | 0 | 1000000 | 110010 | 10000 | 101011011 | 111111 | 111001 |
Color Harmonies of #D64C6A
Complementary color
Monochromatic Colors of #D64C6A
Black with #D64C6A
Text Example
Text Example
White with #D64C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C6A; }
p { color: rgb(214,76,106); }
H1.HeaderClassName
{
color: #D64C6A;
}
.AnyTagClassName
{
color: #D64C6A;
}
</style>
background-color css
<style>
a { background-color: #D64C6A; }
a { background-color: rgb(214,76,106); }
div.DivClassName
{
background-color: #D64C6A;
}
.BgClassName
{
background-color: #D64C6A;
}
</style>
border-color css
<style>
span { border-color: #D64C6A; }
span { border-color: rgb(214,76,106); }
td.TdClassName
{
border-color: #D64C6A;
}
.TagClassName
{
border-color: #D64C6A;
}
</style>