Shades of Cabaret #D65C6A
Tints of Cabaret #D65C6A
RGB
CMYK
RGB Variations
Color information
#D65C6A (or 0xD65C6A) is known color: Cabaret. HEX triplet: D6, 5C and 6A. RGB value is (214,92,106). Sum of RGB (Red+Green+Blue) = 214+92+106=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C6A is #29A395. Grayscale: #828282. Windows color (decimal): -2728854 or 6970582. OLE color: 6970582.
HSL color Cylindrical-coordinate representation of color #D65C6A: hue angle of 353.11º 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 #D65C6A is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 106 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.16 |
| HSL | 353.11º | 0.6% | 0.6% | - |
| HSV(B) | 353.11º | 0.57% | 0.84% | - |
| XYZ | 34.16 | 22.99 | 16.27 | - |
| YUV | 130.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 106 | 0 | 0.57 | 0.50 | 0.16 | 353.11 | 0.6 | 0.6 |
| Hex | D6 | 5C | 6A | 0 | 39 | 32 | 10 | 161 | 3C | 3C |
| Octal | 326 | 134 | 152 | 0 | 71 | 62 | 20 | 541 | 74 | 74 |
| Binary | 11010110 | 1011100 | 1101010 | 0 | 111001 | 110010 | 10000 | 101100001 | 111100 | 111100 |
Color Harmonies of #D65C6A
Complementary color
Monochromatic Colors of #D65C6A
Black with #D65C6A
Text Example
Text Example
White with #D65C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C6A; }
p { color: rgb(214,92,106); }
H1.HeaderClassName
{
color: #D65C6A;
}
.AnyTagClassName
{
color: #D65C6A;
}
</style>
background-color css
<style>
a { background-color: #D65C6A; }
a { background-color: rgb(214,92,106); }
div.DivClassName
{
background-color: #D65C6A;
}
.BgClassName
{
background-color: #D65C6A;
}
</style>
border-color css
<style>
span { border-color: #D65C6A; }
span { border-color: rgb(214,92,106); }
td.TdClassName
{
border-color: #D65C6A;
}
.TagClassName
{
border-color: #D65C6A;
}
</style>