Shades of Cabaret #D65467
Tints of Cabaret #D65467
RGB
CMYK
RGB Variations
Color information
#D65467 (or 0xD65467) is known color: Cabaret. HEX triplet: D6, 54 and 67. RGB value is (214,84,103). Sum of RGB (Red+Green+Blue) = 214+84+103=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D65467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65467 is #29AB98. Grayscale: #7D7D7D. Windows color (decimal): -2730905 or 6771926. OLE color: 6771926.
HSL color Cylindrical-coordinate representation of color #D65467: hue angle of 351.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65467 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 103 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.16 |
| HSL | 351.23º | 0.61% | 0.58% | - |
| HSV(B) | 351.23º | 0.61% | 0.84% | - |
| XYZ | 33.35 | 21.62 | 15.25 | - |
| YUV | 125.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 103 | 0 | 0.61 | 0.52 | 0.16 | 351.23 | 0.61 | 0.58 |
| Hex | D6 | 54 | 67 | 0 | 3D | 34 | 10 | 15F | 3D | 3A |
| Octal | 326 | 124 | 147 | 0 | 75 | 64 | 20 | 537 | 75 | 72 |
| Binary | 11010110 | 1010100 | 1100111 | 0 | 111101 | 110100 | 10000 | 101011111 | 111101 | 111010 |
Color Harmonies of #D65467
Complementary color
Monochromatic Colors of #D65467
Black with #D65467
Text Example
Text Example
White with #D65467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65467; }
p { color: rgb(214,84,103); }
H1.HeaderClassName
{
color: #D65467;
}
.AnyTagClassName
{
color: #D65467;
}
</style>
background-color css
<style>
a { background-color: #D65467; }
a { background-color: rgb(214,84,103); }
div.DivClassName
{
background-color: #D65467;
}
.BgClassName
{
background-color: #D65467;
}
</style>
border-color css
<style>
span { border-color: #D65467; }
span { border-color: rgb(214,84,103); }
td.TdClassName
{
border-color: #D65467;
}
.TagClassName
{
border-color: #D65467;
}
</style>