Shades of Cabaret #D15C75
Tints of Cabaret #D15C75
RGB
CMYK
RGB Variations
Color information
#D15C75 (or 0xD15C75) is known color: Cabaret. HEX triplet: D1, 5C and 75. RGB value is (209,92,117). Sum of RGB (Red+Green+Blue) = 209+92+117=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15C75 is #2EA38A. Grayscale: #818181. Windows color (decimal): -3056523 or 7691473. OLE color: 7691473.
HSL color Cylindrical-coordinate representation of color #D15C75: hue angle of 347.18º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15C75 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 117 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.18 |
| HSL | 347.18º | 0.56% | 0.59% | - |
| HSV(B) | 347.18º | 0.56% | 0.82% | - |
| XYZ | 33.33 | 22.49 | 19.41 | - |
| YUV | 129.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 117 | 0 | 0.56 | 0.44 | 0.18 | 347.18 | 0.56 | 0.59 |
| Hex | D1 | 5C | 75 | 0 | 38 | 2C | 12 | 15B | 38 | 3B |
| Octal | 321 | 134 | 165 | 0 | 70 | 54 | 22 | 533 | 70 | 73 |
| Binary | 11010001 | 1011100 | 1110101 | 0 | 111000 | 101100 | 10010 | 101011011 | 111000 | 111011 |
Color Harmonies of #D15C75
Complementary color
Monochromatic Colors of #D15C75
Black with #D15C75
Text Example
Text Example
White with #D15C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C75; }
p { color: rgb(209,92,117); }
H1.HeaderClassName
{
color: #D15C75;
}
.AnyTagClassName
{
color: #D15C75;
}
</style>
background-color css
<style>
a { background-color: #D15C75; }
a { background-color: rgb(209,92,117); }
div.DivClassName
{
background-color: #D15C75;
}
.BgClassName
{
background-color: #D15C75;
}
</style>
border-color css
<style>
span { border-color: #D15C75; }
span { border-color: rgb(209,92,117); }
td.TdClassName
{
border-color: #D15C75;
}
.TagClassName
{
border-color: #D15C75;
}
</style>