#D05973

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

Shades of Cabaret #D05973

Tints of Cabaret #D05973

Color information

#D05973 (or 0xD05973) is unknown color: approx Cabaret. HEX triplet: D0, 59 and 73. RGB value is (208,89,115). Sum of RGB (Red+Green+Blue) = 208+89+115=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D05973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05973 is #2FA68C. Grayscale: #7F7F7F. Windows color (decimal): -3122829 or 7559632. OLE color: 7559632.

HSL color Cylindrical-coordinate representation of color #D05973: hue angle of 346.89º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05973 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB20889115-
CMYK00.570.450.18
HSL346.89º55.87%58.24%-
HSV(B)346.89º57.21%81.57%-
XYZ32.6821.7918.7-
YUV127.54120.92185.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.49%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=50.49%
G=21.60%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2088911500.570.450.18346.8955.8758.24
HexD059730392D1215b383a
Octal32013116307155225337072
Binary1101000010110011110011011100110110110010101011011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05973; }

 p { color: rgb(208,89,115); }

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

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

 a { background-color: rgb(208,89,115); }

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

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

 span { border-color: rgb(208,89,115); }

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