#D46174

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

Shades of Cabaret #D46174

Tints of Cabaret #D46174

Color information

#D46174 (or 0xD46174) is unknown color: approx Cabaret. HEX triplet: D4, 61 and 74. RGB value is (212,97,116). Sum of RGB (Red+Green+Blue) = 212+97+116=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D46174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46174 is #2B9E8B. Grayscale: #858585. Windows color (decimal): -2858636 or 7627220. OLE color: 7627220.

HSL color Cylindrical-coordinate representation of color #D46174: hue angle of 350.09º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46174 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB21297116-
CMYK00.540.450.17
HSL350.09º57.21%60.59%-
HSV(B)350.09º54.25%83.14%-
XYZ34.5823.8119.3-
YUV133.55118.1183.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=49.88%
G=22.82%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129711600.540.450.17350.0957.2160.59
HexD461740362D1115e393d
Octal32414116406655215367175
Binary1101010011000011110100011011010110110001101011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46174; }

 p { color: rgb(212,97,116); }

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

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

 a { background-color: rgb(212,97,116); }

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

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

 span { border-color: rgb(212,97,116); }

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