Shades of Cabaret #D4476C
Tints of Cabaret #D4476C
RGB
CMYK
RGB Variations
Color information
#D4476C (or 0xD4476C) is known color: Cabaret. HEX triplet: D4, 47 and 6C. RGB value is (212,71,108). Sum of RGB (Red+Green+Blue) = 212+71+108=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4476C is #2BB893. Grayscale: #757575. Windows color (decimal): -2865300 or 7096276. OLE color: 7096276.
HSL color Cylindrical-coordinate representation of color #D4476C: hue angle of 344.26º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4476C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 108 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.17 |
| HSL | 344.26º | 0.62% | 0.55% | - |
| HSV(B) | 344.26º | 0.67% | 0.83% | - |
| XYZ | 32.11 | 19.59 | 16.28 | - |
| YUV | 117.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 108 | 0 | 0.67 | 0.49 | 0.17 | 344.26 | 0.62 | 0.55 |
| Hex | D4 | 47 | 6C | 0 | 43 | 31 | 11 | 158 | 3E | 37 |
| Octal | 324 | 107 | 154 | 0 | 103 | 61 | 21 | 530 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1101100 | 0 | 1000011 | 110001 | 10001 | 101011000 | 111110 | 110111 |
Color Harmonies of #D4476C
Complementary color
Monochromatic Colors of #D4476C
Black with #D4476C
Text Example
Text Example
White with #D4476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4476C; }
p { color: rgb(212,71,108); }
H1.HeaderClassName
{
color: #D4476C;
}
.AnyTagClassName
{
color: #D4476C;
}
</style>
background-color css
<style>
a { background-color: #D4476C; }
a { background-color: rgb(212,71,108); }
div.DivClassName
{
background-color: #D4476C;
}
.BgClassName
{
background-color: #D4476C;
}
</style>
border-color css
<style>
span { border-color: #D4476C; }
span { border-color: rgb(212,71,108); }
td.TdClassName
{
border-color: #D4476C;
}
.TagClassName
{
border-color: #D4476C;
}
</style>