Shades of Cabaret #D65C72
Tints of Cabaret #D65C72
RGB
CMYK
RGB Variations
Color information
#D65C72 (or 0xD65C72) is known color: Cabaret. HEX triplet: D6, 5C and 72. RGB value is (214,92,114). Sum of RGB (Red+Green+Blue) = 214+92+114=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C72 is #29A38D. Grayscale: #838383. Windows color (decimal): -2728846 or 7494870. OLE color: 7494870.
HSL color Cylindrical-coordinate representation of color #D65C72: hue angle of 349.18º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65C72 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 114 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.16 |
| HSL | 349.18º | 0.6% | 0.6% | - |
| HSV(B) | 349.18º | 0.57% | 0.84% | - |
| XYZ | 34.6 | 23.17 | 18.57 | - |
| YUV | 130.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 114 | 0 | 0.57 | 0.47 | 0.16 | 349.18 | 0.6 | 0.6 |
| Hex | D6 | 5C | 72 | 0 | 39 | 2F | 10 | 15D | 3C | 3C |
| Octal | 326 | 134 | 162 | 0 | 71 | 57 | 20 | 535 | 74 | 74 |
| Binary | 11010110 | 1011100 | 1110010 | 0 | 111001 | 101111 | 10000 | 101011101 | 111100 | 111100 |
Color Harmonies of #D65C72
Complementary color
Monochromatic Colors of #D65C72
Black with #D65C72
Text Example
Text Example
White with #D65C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C72; }
p { color: rgb(214,92,114); }
H1.HeaderClassName
{
color: #D65C72;
}
.AnyTagClassName
{
color: #D65C72;
}
</style>
background-color css
<style>
a { background-color: #D65C72; }
a { background-color: rgb(214,92,114); }
div.DivClassName
{
background-color: #D65C72;
}
.BgClassName
{
background-color: #D65C72;
}
</style>
border-color css
<style>
span { border-color: #D65C72; }
span { border-color: rgb(214,92,114); }
td.TdClassName
{
border-color: #D65C72;
}
.TagClassName
{
border-color: #D65C72;
}
</style>