Shades of Cabaret #D74F67
Tints of Cabaret #D74F67
RGB
CMYK
RGB Variations
Color information
#D74F67 (or 0xD74F67) is known color: Cabaret. HEX triplet: D7, 4F and 67. RGB value is (215,79,103). Sum of RGB (Red+Green+Blue) = 215+79+103=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F67 is #28B098. Grayscale: #7A7A7A. Windows color (decimal): -2666649 or 6770647. OLE color: 6770647.
HSL color Cylindrical-coordinate representation of color #D74F67: hue angle of 349.41º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F67 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 103 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.16 |
| HSL | 349.41º | 0.63% | 0.58% | - |
| HSV(B) | 349.41º | 0.63% | 0.84% | - |
| XYZ | 33.27 | 21.02 | 15.14 | - |
| YUV | 122.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 103 | 0 | 0.63 | 0.52 | 0.16 | 349.41 | 0.63 | 0.58 |
| Hex | D7 | 4F | 67 | 0 | 3F | 34 | 10 | 15D | 3F | 3A |
| Octal | 327 | 117 | 147 | 0 | 77 | 64 | 20 | 535 | 77 | 72 |
| Binary | 11010111 | 1001111 | 1100111 | 0 | 111111 | 110100 | 10000 | 101011101 | 111111 | 111010 |
Color Harmonies of #D74F67
Complementary color
Monochromatic Colors of #D74F67
Black with #D74F67
Text Example
Text Example
White with #D74F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F67; }
p { color: rgb(215,79,103); }
H1.HeaderClassName
{
color: #D74F67;
}
.AnyTagClassName
{
color: #D74F67;
}
</style>
background-color css
<style>
a { background-color: #D74F67; }
a { background-color: rgb(215,79,103); }
div.DivClassName
{
background-color: #D74F67;
}
.BgClassName
{
background-color: #D74F67;
}
</style>
border-color css
<style>
span { border-color: #D74F67; }
span { border-color: rgb(215,79,103); }
td.TdClassName
{
border-color: #D74F67;
}
.TagClassName
{
border-color: #D74F67;
}
</style>