Shades of Cabaret #D75467
Tints of Cabaret #D75467
RGB
CMYK
RGB Variations
Color information
#D75467 (or 0xD75467) is known color: Cabaret. HEX triplet: D7, 54 and 67. RGB value is (215,84,103). Sum of RGB (Red+Green+Blue) = 215+84+103=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D75467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75467 is #28AB98. Grayscale: #7D7D7D. Windows color (decimal): -2665369 or 6771927. OLE color: 6771927.
HSL color Cylindrical-coordinate representation of color #D75467: hue angle of 351.3º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75467 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 103 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.16 |
| HSL | 351.3º | 0.62% | 0.59% | - |
| HSV(B) | 351.3º | 0.61% | 0.84% | - |
| XYZ | 33.64 | 21.77 | 15.26 | - |
| YUV | 125.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 103 | 0 | 0.61 | 0.52 | 0.16 | 351.3 | 0.62 | 0.59 |
| Hex | D7 | 54 | 67 | 0 | 3D | 34 | 10 | 15F | 3E | 3B |
| Octal | 327 | 124 | 147 | 0 | 75 | 64 | 20 | 537 | 76 | 73 |
| Binary | 11010111 | 1010100 | 1100111 | 0 | 111101 | 110100 | 10000 | 101011111 | 111110 | 111011 |
Color Harmonies of #D75467
Complementary color
Monochromatic Colors of #D75467
Black with #D75467
Text Example
Text Example
White with #D75467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75467; }
p { color: rgb(215,84,103); }
H1.HeaderClassName
{
color: #D75467;
}
.AnyTagClassName
{
color: #D75467;
}
</style>
background-color css
<style>
a { background-color: #D75467; }
a { background-color: rgb(215,84,103); }
div.DivClassName
{
background-color: #D75467;
}
.BgClassName
{
background-color: #D75467;
}
</style>
border-color css
<style>
span { border-color: #D75467; }
span { border-color: rgb(215,84,103); }
td.TdClassName
{
border-color: #D75467;
}
.TagClassName
{
border-color: #D75467;
}
</style>