Shades of Cabaret #D0656B
Tints of Cabaret #D0656B
RGB
CMYK
RGB Variations
Color information
#D0656B (or 0xD0656B) is known color: Cabaret. HEX triplet: D0, 65 and 6B. RGB value is (208,101,107). Sum of RGB (Red+Green+Blue) = 208+101+107=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0656B is #2F9A94. Grayscale: #858585. Windows color (decimal): -3119765 or 7038416. OLE color: 7038416.
HSL color Cylindrical-coordinate representation of color #D0656B: hue angle of 356.64º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0656B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 107 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.18 |
| HSL | 356.64º | 0.53% | 0.61% | - |
| HSV(B) | 356.64º | 0.51% | 0.82% | - |
| XYZ | 33.32 | 23.78 | 16.74 | - |
| YUV | 133.68 | 112.95 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 107 | 0 | 0.51 | 0.49 | 0.18 | 356.64 | 0.53 | 0.61 |
| Hex | D0 | 65 | 6B | 0 | 33 | 31 | 12 | 165 | 35 | 3D |
| Octal | 320 | 145 | 153 | 0 | 63 | 61 | 22 | 545 | 65 | 75 |
| Binary | 11010000 | 1100101 | 1101011 | 0 | 110011 | 110001 | 10010 | 101100101 | 110101 | 111101 |
Color Harmonies of #D0656B
Complementary color
Monochromatic Colors of #D0656B
Black with #D0656B
Text Example
Text Example
White with #D0656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0656B; }
p { color: rgb(208,101,107); }
H1.HeaderClassName
{
color: #D0656B;
}
.AnyTagClassName
{
color: #D0656B;
}
</style>
background-color css
<style>
a { background-color: #D0656B; }
a { background-color: rgb(208,101,107); }
div.DivClassName
{
background-color: #D0656B;
}
.BgClassName
{
background-color: #D0656B;
}
</style>
border-color css
<style>
span { border-color: #D0656B; }
span { border-color: rgb(208,101,107); }
td.TdClassName
{
border-color: #D0656B;
}
.TagClassName
{
border-color: #D0656B;
}
</style>