Shades of Cabaret #D2636C
Tints of Cabaret #D2636C
RGB
CMYK
RGB Variations
Color information
#D2636C (or 0xD2636C) is known color: Cabaret. HEX triplet: D2, 63 and 6C. RGB value is (210,99,108). Sum of RGB (Red+Green+Blue) = 210+99+108=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2636C is #2D9C93. Grayscale: #858585. Windows color (decimal): -2989204 or 7103442. OLE color: 7103442.
HSL color Cylindrical-coordinate representation of color #D2636C: hue angle of 355.14º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2636C is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 108 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.18 |
| HSL | 355.14º | 0.55% | 0.61% | - |
| HSV(B) | 355.14º | 0.53% | 0.82% | - |
| XYZ | 33.75 | 23.71 | 16.98 | - |
| YUV | 133.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 108 | 0 | 0.53 | 0.49 | 0.18 | 355.14 | 0.55 | 0.61 |
| Hex | D2 | 63 | 6C | 0 | 35 | 31 | 12 | 163 | 37 | 3D |
| Octal | 322 | 143 | 154 | 0 | 65 | 61 | 22 | 543 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1101100 | 0 | 110101 | 110001 | 10010 | 101100011 | 110111 | 111101 |
Color Harmonies of #D2636C
Complementary color
Monochromatic Colors of #D2636C
Black with #D2636C
Text Example
Text Example
White with #D2636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2636C; }
p { color: rgb(210,99,108); }
H1.HeaderClassName
{
color: #D2636C;
}
.AnyTagClassName
{
color: #D2636C;
}
</style>
background-color css
<style>
a { background-color: #D2636C; }
a { background-color: rgb(210,99,108); }
div.DivClassName
{
background-color: #D2636C;
}
.BgClassName
{
background-color: #D2636C;
}
</style>
border-color css
<style>
span { border-color: #D2636C; }
span { border-color: rgb(210,99,108); }
td.TdClassName
{
border-color: #D2636C;
}
.TagClassName
{
border-color: #D2636C;
}
</style>