Shades of Cabaret #D64C69
Tints of Cabaret #D64C69
RGB
CMYK
RGB Variations
Color information
#D64C69 (or 0xD64C69) is known color: Cabaret. HEX triplet: D6, 4C and 69. RGB value is (214,76,105). Sum of RGB (Red+Green+Blue) = 214+76+105=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C69 is #29B396. Grayscale: #787878. Windows color (decimal): -2732951 or 6900950. OLE color: 6900950.
HSL color Cylindrical-coordinate representation of color #D64C69: hue angle of 347.39º 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 #D64C69 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 105 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.16 |
| HSL | 347.39º | 0.63% | 0.57% | - |
| HSV(B) | 347.39º | 0.64% | 0.84% | - |
| XYZ | 32.87 | 20.48 | 15.59 | - |
| YUV | 120.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 105 | 0 | 0.64 | 0.51 | 0.16 | 347.39 | 0.63 | 0.57 |
| Hex | D6 | 4C | 69 | 0 | 40 | 33 | 10 | 15B | 3F | 39 |
| Octal | 326 | 114 | 151 | 0 | 100 | 63 | 20 | 533 | 77 | 71 |
| Binary | 11010110 | 1001100 | 1101001 | 0 | 1000000 | 110011 | 10000 | 101011011 | 111111 | 111001 |
Color Harmonies of #D64C69
Complementary color
Monochromatic Colors of #D64C69
Black with #D64C69
Text Example
Text Example
White with #D64C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C69; }
p { color: rgb(214,76,105); }
H1.HeaderClassName
{
color: #D64C69;
}
.AnyTagClassName
{
color: #D64C69;
}
</style>
background-color css
<style>
a { background-color: #D64C69; }
a { background-color: rgb(214,76,105); }
div.DivClassName
{
background-color: #D64C69;
}
.BgClassName
{
background-color: #D64C69;
}
</style>
border-color css
<style>
span { border-color: #D64C69; }
span { border-color: rgb(214,76,105); }
td.TdClassName
{
border-color: #D64C69;
}
.TagClassName
{
border-color: #D64C69;
}
</style>