#D05E68

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

Shades of Cabaret #D05E68

Tints of Cabaret #D05E68

Color information

#D05E68 (or 0xD05E68) is unknown color: approx Cabaret. HEX triplet: D0, 5E and 68. RGB value is (208,94,104). Sum of RGB (Red+Green+Blue) = 208+94+104=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E68 is #2FA197. Grayscale: #818181. Windows color (decimal): -3121560 or 6840016. OLE color: 6840016.

HSL color Cylindrical-coordinate representation of color #D05E68: hue angle of 354.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05E68 is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB20894104-
CMYK00.550.50.18
HSL354.74º54.81%59.22%-
HSV(B)354.74º54.81%81.57%-
XYZ32.5122.4115.71-
YUV129.23113.77184.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.23%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=51.23%
G=23.15%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089410400.550.50.18354.7454.8159.22
HexD05E680373212163373b
Octal32013615006762225436773
Binary1101000010111101101000011011111001010010101100011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05E68; }

 p { color: rgb(208,94,104); }

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

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

 a { background-color: rgb(208,94,104); }

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

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

 span { border-color: rgb(208,94,104); }

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