Shades of Cabaret #D5606B
Tints of Cabaret #D5606B
RGB
CMYK
RGB Variations
Color information
#D5606B (or 0xD5606B) is known color: Cabaret. HEX triplet: D5, 60 and 6B. RGB value is (213,96,107). Sum of RGB (Red+Green+Blue) = 213+96+107=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5606B is #2A9F94. Grayscale: #848484. Windows color (decimal): -2793365 or 7037141. OLE color: 7037141.
HSL color Cylindrical-coordinate representation of color #D5606B: hue angle of 354.36º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5606B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 107 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.16 |
| HSL | 354.36º | 0.58% | 0.61% | - |
| HSV(B) | 354.36º | 0.55% | 0.84% | - |
| XYZ | 34.28 | 23.57 | 16.65 | - |
| YUV | 132.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 107 | 0 | 0.55 | 0.50 | 0.16 | 354.36 | 0.58 | 0.61 |
| Hex | D5 | 60 | 6B | 0 | 37 | 32 | 10 | 162 | 3A | 3D |
| Octal | 325 | 140 | 153 | 0 | 67 | 62 | 20 | 542 | 72 | 75 |
| Binary | 11010101 | 1100000 | 1101011 | 0 | 110111 | 110010 | 10000 | 101100010 | 111010 | 111101 |
Color Harmonies of #D5606B
Complementary color
Monochromatic Colors of #D5606B
Black with #D5606B
Text Example
Text Example
White with #D5606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5606B; }
p { color: rgb(213,96,107); }
H1.HeaderClassName
{
color: #D5606B;
}
.AnyTagClassName
{
color: #D5606B;
}
</style>
background-color css
<style>
a { background-color: #D5606B; }
a { background-color: rgb(213,96,107); }
div.DivClassName
{
background-color: #D5606B;
}
.BgClassName
{
background-color: #D5606B;
}
</style>
border-color css
<style>
span { border-color: #D5606B; }
span { border-color: rgb(213,96,107); }
td.TdClassName
{
border-color: #D5606B;
}
.TagClassName
{
border-color: #D5606B;
}
</style>