Shades of Cabaret #D5446C
Tints of Cabaret #D5446C
RGB
CMYK
RGB Variations
Color information
#D5446C (or 0xD5446C) is known color: Cabaret. HEX triplet: D5, 44 and 6C. RGB value is (213,68,108). Sum of RGB (Red+Green+Blue) = 213+68+108=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5446C is #2ABB93. Grayscale: #737373. Windows color (decimal): -2800532 or 7095509. OLE color: 7095509.
HSL color Cylindrical-coordinate representation of color #D5446C: hue angle of 343.45º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5446C is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 108 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.16 |
| HSL | 343.45º | 0.63% | 0.55% | - |
| HSV(B) | 343.45º | 0.68% | 0.84% | - |
| XYZ | 32.21 | 19.36 | 16.23 | - |
| YUV | 115.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 108 | 0 | 0.68 | 0.49 | 0.16 | 343.45 | 0.63 | 0.55 |
| Hex | D5 | 44 | 6C | 0 | 44 | 31 | 10 | 157 | 3F | 37 |
| Octal | 325 | 104 | 154 | 0 | 104 | 61 | 20 | 527 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1101100 | 0 | 1000100 | 110001 | 10000 | 101010111 | 111111 | 110111 |
Color Harmonies of #D5446C
Complementary color
Monochromatic Colors of #D5446C
Black with #D5446C
Text Example
Text Example
White with #D5446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5446C; }
p { color: rgb(213,68,108); }
H1.HeaderClassName
{
color: #D5446C;
}
.AnyTagClassName
{
color: #D5446C;
}
</style>
background-color css
<style>
a { background-color: #D5446C; }
a { background-color: rgb(213,68,108); }
div.DivClassName
{
background-color: #D5446C;
}
.BgClassName
{
background-color: #D5446C;
}
</style>
border-color css
<style>
span { border-color: #D5446C; }
span { border-color: rgb(213,68,108); }
td.TdClassName
{
border-color: #D5446C;
}
.TagClassName
{
border-color: #D5446C;
}
</style>