#D9566E

Color #D9566E Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #D9566E

Tints of Cabaret #D9566E

Color information

#D9566E (or 0xD9566E) is unknown color: approx Cabaret. HEX triplet: D9, 56 and 6E. RGB value is (217,86,110). Sum of RGB (Red+Green+Blue) = 217+86+110=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9566E is #26A991. Grayscale: #7F7F7F. Windows color (decimal): -2533778 or 7231193. OLE color: 7231193.

HSL color Cylindrical-coordinate representation of color #D9566E: hue angle of 349.01º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9566E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21786110-
CMYK00.600.490.15
HSL349.01º63.29%59.41%-
HSV(B)349.01º60.37%85.1%-
XYZ34.7622.5317.27-
YUV127.9117.9191.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 86 (33.98% from 255) = 20.82%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=52.54%
G=20.82%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178611000.600.490.15349.0163.2959.41
HexD9566E03C31F15d3f3b
Octal33112615607461175357773
Binary110110011010110110111001111001100011111101011101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9566E; }

 p { color: rgb(217,86,110); }

 H1.HeaderClassName
 {
   color: #D9566E;
 }
 .AnyTagClassName
 {
   color: #D9566E;
 }
</style>
background-color css

<style>
 a { background-color: #D9566E; }

 a { background-color: rgb(217,86,110); }

 div.DivClassName
 {
   background-color: #D9566E;
 }
 .BgClassName
 {
   background-color: #D9566E;
 }
</style>
border-color css

<style>
 span { border-color: #D9566E; }

 span { border-color: rgb(217,86,110); }

 td.TdClassName
 {
   border-color: #D9566E;
 }
 .TagClassName
 {
   border-color: #D9566E;
 }
</style>