Shades of Cabaret #D85F69
Tints of Cabaret #D85F69
RGB
CMYK
RGB Variations
Color information
#D85F69 (or 0xD85F69) is known color: Cabaret. HEX triplet: D8, 5F and 69. RGB value is (216,95,105). Sum of RGB (Red+Green+Blue) = 216+95+105=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F69 is #27A096. Grayscale: #848484. Windows color (decimal): -2597015 or 6905816. OLE color: 6905816.
HSL color Cylindrical-coordinate representation of color #D85F69: hue angle of 355.04º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F69 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 105 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.15 |
| HSL | 355.04º | 0.61% | 0.61% | - |
| HSV(B) | 355.04º | 0.56% | 0.85% | - |
| XYZ | 34.96 | 23.8 | 16.12 | - |
| YUV | 132.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 105 | 0 | 0.56 | 0.51 | 0.15 | 355.04 | 0.61 | 0.61 |
| Hex | D8 | 5F | 69 | 0 | 38 | 33 | F | 163 | 3D | 3D |
| Octal | 330 | 137 | 151 | 0 | 70 | 63 | 17 | 543 | 75 | 75 |
| Binary | 11011000 | 1011111 | 1101001 | 0 | 111000 | 110011 | 1111 | 101100011 | 111101 | 111101 |
Color Harmonies of #D85F69
Complementary color
Monochromatic Colors of #D85F69
Black with #D85F69
Text Example
Text Example
White with #D85F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F69; }
p { color: rgb(216,95,105); }
H1.HeaderClassName
{
color: #D85F69;
}
.AnyTagClassName
{
color: #D85F69;
}
</style>
background-color css
<style>
a { background-color: #D85F69; }
a { background-color: rgb(216,95,105); }
div.DivClassName
{
background-color: #D85F69;
}
.BgClassName
{
background-color: #D85F69;
}
</style>
border-color css
<style>
span { border-color: #D85F69; }
span { border-color: rgb(216,95,105); }
td.TdClassName
{
border-color: #D85F69;
}
.TagClassName
{
border-color: #D85F69;
}
</style>