Shades of Cabaret #D6436B
Tints of Cabaret #D6436B
RGB
CMYK
RGB Variations
Color information
#D6436B (or 0xD6436B) is known color: Cabaret. HEX triplet: D6, 43 and 6B. RGB value is (214,67,107). Sum of RGB (Red+Green+Blue) = 214+67+107=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6436B is #29BC94. Grayscale: #737373. Windows color (decimal): -2735253 or 7029718. OLE color: 7029718.
HSL color Cylindrical-coordinate representation of color #D6436B: hue angle of 343.67º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6436B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 107 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.16 |
| HSL | 343.67º | 0.64% | 0.55% | - |
| HSV(B) | 343.67º | 0.69% | 0.84% | - |
| XYZ | 32.39 | 19.37 | 15.94 | - |
| YUV | 115.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 107 | 0 | 0.69 | 0.50 | 0.16 | 343.67 | 0.64 | 0.55 |
| Hex | D6 | 43 | 6B | 0 | 45 | 32 | 10 | 158 | 40 | 37 |
| Octal | 326 | 103 | 153 | 0 | 105 | 62 | 20 | 530 | 100 | 67 |
| Binary | 11010110 | 1000011 | 1101011 | 0 | 1000101 | 110010 | 10000 | 101011000 | 1000000 | 110111 |
Color Harmonies of #D6436B
Complementary color
Monochromatic Colors of #D6436B
Black with #D6436B
Text Example
Text Example
White with #D6436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6436B; }
p { color: rgb(214,67,107); }
H1.HeaderClassName
{
color: #D6436B;
}
.AnyTagClassName
{
color: #D6436B;
}
</style>
background-color css
<style>
a { background-color: #D6436B; }
a { background-color: rgb(214,67,107); }
div.DivClassName
{
background-color: #D6436B;
}
.BgClassName
{
background-color: #D6436B;
}
</style>
border-color css
<style>
span { border-color: #D6436B; }
span { border-color: rgb(214,67,107); }
td.TdClassName
{
border-color: #D6436B;
}
.TagClassName
{
border-color: #D6436B;
}
</style>