Shades of Cabaret #D5626A
Tints of Cabaret #D5626A
RGB
CMYK
RGB Variations
Color information
#D5626A (or 0xD5626A) is known color: Cabaret. HEX triplet: D5, 62 and 6A. RGB value is (213,98,106). Sum of RGB (Red+Green+Blue) = 213+98+106=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5626A is #2A9D95. Grayscale: #858585. Windows color (decimal): -2792854 or 6972117. OLE color: 6972117.
HSL color Cylindrical-coordinate representation of color #D5626A: hue angle of 355.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5626A is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 106 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.16 |
| HSL | 355.83º | 0.58% | 0.61% | - |
| HSV(B) | 355.83º | 0.54% | 0.84% | - |
| XYZ | 34.41 | 23.92 | 16.44 | - |
| YUV | 133.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 106 | 0 | 0.54 | 0.50 | 0.16 | 355.83 | 0.58 | 0.61 |
| Hex | D5 | 62 | 6A | 0 | 36 | 32 | 10 | 164 | 3A | 3D |
| Octal | 325 | 142 | 152 | 0 | 66 | 62 | 20 | 544 | 72 | 75 |
| Binary | 11010101 | 1100010 | 1101010 | 0 | 110110 | 110010 | 10000 | 101100100 | 111010 | 111101 |
Color Harmonies of #D5626A
Complementary color
Monochromatic Colors of #D5626A
Black with #D5626A
Text Example
Text Example
White with #D5626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5626A; }
p { color: rgb(213,98,106); }
H1.HeaderClassName
{
color: #D5626A;
}
.AnyTagClassName
{
color: #D5626A;
}
</style>
background-color css
<style>
a { background-color: #D5626A; }
a { background-color: rgb(213,98,106); }
div.DivClassName
{
background-color: #D5626A;
}
.BgClassName
{
background-color: #D5626A;
}
</style>
border-color css
<style>
span { border-color: #D5626A; }
span { border-color: rgb(213,98,106); }
td.TdClassName
{
border-color: #D5626A;
}
.TagClassName
{
border-color: #D5626A;
}
</style>