#D46077

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

Shades of Cabaret #D46077

Tints of Cabaret #D46077

Color information

#D46077 (or 0xD46077) is unknown color: approx Cabaret. HEX triplet: D4, 60 and 77. RGB value is (212,96,119). Sum of RGB (Red+Green+Blue) = 212+96+119=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D46077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46077 is #2B9F88. Grayscale: #858585. Windows color (decimal): -2858889 or 7823572. OLE color: 7823572.

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

Color convert

RGB21296119-
CMYK00.550.440.17
HSL348.1º57.43%60.39%-
HSV(B)348.1º54.72%83.14%-
XYZ34.6623.6920.2-
YUV133.31119.93184.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=49.65%
G=22.48%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129611900.550.440.17348.157.4360.39
HexD460770372C1115c393c
Octal32414016706754215347174
Binary1101010011000001110111011011110110010001101011100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46077; }

 p { color: rgb(212,96,119); }

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

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

 a { background-color: rgb(212,96,119); }

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

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

 span { border-color: rgb(212,96,119); }

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