Shades of Cabaret #D75A67
Tints of Cabaret #D75A67
RGB
CMYK
RGB Variations
Color information
#D75A67 (or 0xD75A67) is known color: Cabaret. HEX triplet: D7, 5A and 67. RGB value is (215,90,103). Sum of RGB (Red+Green+Blue) = 215+90+103=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A67 is #28A598. Grayscale: #808080. Windows color (decimal): -2663833 or 6773463. OLE color: 6773463.
HSL color Cylindrical-coordinate representation of color #D75A67: hue angle of 353.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75A67 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 103 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.16 |
| HSL | 353.76º | 0.61% | 0.6% | - |
| HSV(B) | 353.76º | 0.58% | 0.84% | - |
| XYZ | 34.13 | 22.74 | 15.42 | - |
| YUV | 128.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 103 | 0 | 0.58 | 0.52 | 0.16 | 353.76 | 0.61 | 0.6 |
| Hex | D7 | 5A | 67 | 0 | 3A | 34 | 10 | 162 | 3D | 3C |
| Octal | 327 | 132 | 147 | 0 | 72 | 64 | 20 | 542 | 75 | 74 |
| Binary | 11010111 | 1011010 | 1100111 | 0 | 111010 | 110100 | 10000 | 101100010 | 111101 | 111100 |
Color Harmonies of #D75A67
Complementary color
Monochromatic Colors of #D75A67
Black with #D75A67
Text Example
Text Example
White with #D75A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A67; }
p { color: rgb(215,90,103); }
H1.HeaderClassName
{
color: #D75A67;
}
.AnyTagClassName
{
color: #D75A67;
}
</style>
background-color css
<style>
a { background-color: #D75A67; }
a { background-color: rgb(215,90,103); }
div.DivClassName
{
background-color: #D75A67;
}
.BgClassName
{
background-color: #D75A67;
}
</style>
border-color css
<style>
span { border-color: #D75A67; }
span { border-color: rgb(215,90,103); }
td.TdClassName
{
border-color: #D75A67;
}
.TagClassName
{
border-color: #D75A67;
}
</style>