Shades of Cabaret #D74667
Tints of Cabaret #D74667
RGB
CMYK
RGB Variations
Color information
#D74667 (or 0xD74667) is known color: Cabaret. HEX triplet: D7, 46 and 67. RGB value is (215,70,103). Sum of RGB (Red+Green+Blue) = 215+70+103=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D74667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74667 is #28B998. Grayscale: #757575. Windows color (decimal): -2668953 or 6768343. OLE color: 6768343.
HSL color Cylindrical-coordinate representation of color #D74667: hue angle of 346.34º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74667 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 103 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.16 |
| HSL | 346.34º | 0.64% | 0.56% | - |
| HSV(B) | 346.34º | 0.67% | 0.84% | - |
| XYZ | 32.66 | 19.81 | 14.93 | - |
| YUV | 117.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 103 | 0 | 0.67 | 0.52 | 0.16 | 346.34 | 0.64 | 0.56 |
| Hex | D7 | 46 | 67 | 0 | 43 | 34 | 10 | 15A | 40 | 38 |
| Octal | 327 | 106 | 147 | 0 | 103 | 64 | 20 | 532 | 100 | 70 |
| Binary | 11010111 | 1000110 | 1100111 | 0 | 1000011 | 110100 | 10000 | 101011010 | 1000000 | 111000 |
Color Harmonies of #D74667
Complementary color
Monochromatic Colors of #D74667
Black with #D74667
Text Example
Text Example
White with #D74667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74667; }
p { color: rgb(215,70,103); }
H1.HeaderClassName
{
color: #D74667;
}
.AnyTagClassName
{
color: #D74667;
}
</style>
background-color css
<style>
a { background-color: #D74667; }
a { background-color: rgb(215,70,103); }
div.DivClassName
{
background-color: #D74667;
}
.BgClassName
{
background-color: #D74667;
}
</style>
border-color css
<style>
span { border-color: #D74667; }
span { border-color: rgb(215,70,103); }
td.TdClassName
{
border-color: #D74667;
}
.TagClassName
{
border-color: #D74667;
}
</style>