Shades of Cabaret #D65C74
Tints of Cabaret #D65C74
RGB
CMYK
RGB Variations
Color information
#D65C74 (or 0xD65C74) is known color: Cabaret. HEX triplet: D6, 5C and 74. RGB value is (214,92,116). Sum of RGB (Red+Green+Blue) = 214+92+116=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C74 is #29A38B. Grayscale: #838383. Windows color (decimal): -2728844 or 7625942. OLE color: 7625942.
HSL color Cylindrical-coordinate representation of color #D65C74: hue angle of 348.2º 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 #D65C74 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 116 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.16 |
| HSL | 348.2º | 0.6% | 0.6% | - |
| HSV(B) | 348.2º | 0.57% | 0.84% | - |
| XYZ | 34.71 | 23.21 | 19.17 | - |
| YUV | 131.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 116 | 0 | 0.57 | 0.46 | 0.16 | 348.2 | 0.6 | 0.6 |
| Hex | D6 | 5C | 74 | 0 | 39 | 2E | 10 | 15C | 3C | 3C |
| Octal | 326 | 134 | 164 | 0 | 71 | 56 | 20 | 534 | 74 | 74 |
| Binary | 11010110 | 1011100 | 1110100 | 0 | 111001 | 101110 | 10000 | 101011100 | 111100 | 111100 |
Color Harmonies of #D65C74
Complementary color
Monochromatic Colors of #D65C74
Black with #D65C74
Text Example
Text Example
White with #D65C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C74; }
p { color: rgb(214,92,116); }
H1.HeaderClassName
{
color: #D65C74;
}
.AnyTagClassName
{
color: #D65C74;
}
</style>
background-color css
<style>
a { background-color: #D65C74; }
a { background-color: rgb(214,92,116); }
div.DivClassName
{
background-color: #D65C74;
}
.BgClassName
{
background-color: #D65C74;
}
</style>
border-color css
<style>
span { border-color: #D65C74; }
span { border-color: rgb(214,92,116); }
td.TdClassName
{
border-color: #D65C74;
}
.TagClassName
{
border-color: #D65C74;
}
</style>