Shades of Cabaret #D65C67
Tints of Cabaret #D65C67
RGB
CMYK
RGB Variations
Color information
#D65C67 (or 0xD65C67) is known color: Cabaret. HEX triplet: D6, 5C and 67. RGB value is (214,92,103). Sum of RGB (Red+Green+Blue) = 214+92+103=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C67 is #29A398. Grayscale: #818181. Windows color (decimal): -2728857 or 6773974. OLE color: 6773974.
HSL color Cylindrical-coordinate representation of color #D65C67: hue angle of 354.59º 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 #D65C67 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 103 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.16 |
| HSL | 354.59º | 0.6% | 0.6% | - |
| HSV(B) | 354.59º | 0.57% | 0.84% | - |
| XYZ | 34.01 | 22.93 | 15.47 | - |
| YUV | 129.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 103 | 0 | 0.57 | 0.52 | 0.16 | 354.59 | 0.6 | 0.6 |
| Hex | D6 | 5C | 67 | 0 | 39 | 34 | 10 | 163 | 3C | 3C |
| Octal | 326 | 134 | 147 | 0 | 71 | 64 | 20 | 543 | 74 | 74 |
| Binary | 11010110 | 1011100 | 1100111 | 0 | 111001 | 110100 | 10000 | 101100011 | 111100 | 111100 |
Color Harmonies of #D65C67
Complementary color
Monochromatic Colors of #D65C67
Black with #D65C67
Text Example
Text Example
White with #D65C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C67; }
p { color: rgb(214,92,103); }
H1.HeaderClassName
{
color: #D65C67;
}
.AnyTagClassName
{
color: #D65C67;
}
</style>
background-color css
<style>
a { background-color: #D65C67; }
a { background-color: rgb(214,92,103); }
div.DivClassName
{
background-color: #D65C67;
}
.BgClassName
{
background-color: #D65C67;
}
</style>
border-color css
<style>
span { border-color: #D65C67; }
span { border-color: rgb(214,92,103); }
td.TdClassName
{
border-color: #D65C67;
}
.TagClassName
{
border-color: #D65C67;
}
</style>