Shades of Cabaret #D6506A
Tints of Cabaret #D6506A
RGB
CMYK
RGB Variations
Color information
#D6506A (or 0xD6506A) is known color: Cabaret. HEX triplet: D6, 50 and 6A. RGB value is (214,80,106). Sum of RGB (Red+Green+Blue) = 214+80+106=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6506A is #29AF95. Grayscale: #7B7B7B. Windows color (decimal): -2731926 or 6967510. OLE color: 6967510.
HSL color Cylindrical-coordinate representation of color #D6506A: hue angle of 348.36º degrees, saturation: 0.62, 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 #D6506A is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 106 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.16 |
| HSL | 348.36º | 0.62% | 0.58% | - |
| HSV(B) | 348.36º | 0.63% | 0.84% | - |
| XYZ | 33.2 | 21.07 | 15.95 | - |
| YUV | 123.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 106 | 0 | 0.63 | 0.50 | 0.16 | 348.36 | 0.62 | 0.58 |
| Hex | D6 | 50 | 6A | 0 | 3F | 32 | 10 | 15C | 3E | 3A |
| Octal | 326 | 120 | 152 | 0 | 77 | 62 | 20 | 534 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1101010 | 0 | 111111 | 110010 | 10000 | 101011100 | 111110 | 111010 |
Color Harmonies of #D6506A
Complementary color
Monochromatic Colors of #D6506A
Black with #D6506A
Text Example
Text Example
White with #D6506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6506A; }
p { color: rgb(214,80,106); }
H1.HeaderClassName
{
color: #D6506A;
}
.AnyTagClassName
{
color: #D6506A;
}
</style>
background-color css
<style>
a { background-color: #D6506A; }
a { background-color: rgb(214,80,106); }
div.DivClassName
{
background-color: #D6506A;
}
.BgClassName
{
background-color: #D6506A;
}
</style>
border-color css
<style>
span { border-color: #D6506A; }
span { border-color: rgb(214,80,106); }
td.TdClassName
{
border-color: #D6506A;
}
.TagClassName
{
border-color: #D6506A;
}
</style>