#D94A67

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

Shades of Cabaret #D94A67

Tints of Cabaret #D94A67

Color information

#D94A67 (or 0xD94A67) is unknown color: approx Cabaret. HEX triplet: D9, 4A and 67. RGB value is (217,74,103). Sum of RGB (Red+Green+Blue) = 217+74+103=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94A67 is #26B598. Grayscale: #787878. Windows color (decimal): -2536857 or 6769369. OLE color: 6769369.

HSL color Cylindrical-coordinate representation of color #D94A67: hue angle of 347.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D94A67 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21774103-
CMYK00.660.530.15
HSL347.83º65.3%57.06%-
HSV(B)347.83º65.9%85.1%-
XYZ33.5120.6315.05-
YUV120.06118.38197.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.08%
GREEN value IS 74 (29.30% from 255) = 18.78%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=55.08%
G=18.78%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177410300.660.530.15347.8365.357.06
HexD94A6704235F15c4139
Octal3311121470102651753410171
Binary11011001100101011001110100001011010111111010111001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A67; }

 p { color: rgb(217,74,103); }

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

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

 a { background-color: rgb(217,74,103); }

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

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

 span { border-color: rgb(217,74,103); }

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