Shades of Cabaret #D74C65
Tints of Cabaret #D74C65
RGB
CMYK
RGB Variations
Color information
#D74C65 (or 0xD74C65) is known color: Cabaret. HEX triplet: D7, 4C and 65. RGB value is (215,76,101). Sum of RGB (Red+Green+Blue) = 215+76+101=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C65 is #28B39A. Grayscale: #787878. Windows color (decimal): -2667419 or 6638807. OLE color: 6638807.
HSL color Cylindrical-coordinate representation of color #D74C65: hue angle of 349.21º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74C65 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 101 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.16 |
| HSL | 349.21º | 0.63% | 0.57% | - |
| HSV(B) | 349.21º | 0.65% | 0.84% | - |
| XYZ | 32.96 | 20.56 | 14.54 | - |
| YUV | 120.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 101 | 0 | 0.65 | 0.53 | 0.16 | 349.21 | 0.63 | 0.57 |
| Hex | D7 | 4C | 65 | 0 | 41 | 35 | 10 | 15D | 3F | 39 |
| Octal | 327 | 114 | 145 | 0 | 101 | 65 | 20 | 535 | 77 | 71 |
| Binary | 11010111 | 1001100 | 1100101 | 0 | 1000001 | 110101 | 10000 | 101011101 | 111111 | 111001 |
Color Harmonies of #D74C65
Complementary color
Monochromatic Colors of #D74C65
Black with #D74C65
Text Example
Text Example
White with #D74C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C65; }
p { color: rgb(215,76,101); }
H1.HeaderClassName
{
color: #D74C65;
}
.AnyTagClassName
{
color: #D74C65;
}
</style>
background-color css
<style>
a { background-color: #D74C65; }
a { background-color: rgb(215,76,101); }
div.DivClassName
{
background-color: #D74C65;
}
.BgClassName
{
background-color: #D74C65;
}
</style>
border-color css
<style>
span { border-color: #D74C65; }
span { border-color: rgb(215,76,101); }
td.TdClassName
{
border-color: #D74C65;
}
.TagClassName
{
border-color: #D74C65;
}
</style>