#D46073

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

Shades of Cabaret #D46073

Tints of Cabaret #D46073

Color information

#D46073 (or 0xD46073) is unknown color: approx Cabaret. HEX triplet: D4, 60 and 73. RGB value is (212,96,115). Sum of RGB (Red+Green+Blue) = 212+96+115=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D46073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46073 is #2B9F8C. Grayscale: #848484. Windows color (decimal): -2858893 or 7561428. OLE color: 7561428.

HSL color Cylindrical-coordinate representation of color #D46073: hue angle of 350.17º 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 #D46073 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB21296115-
CMYK00.550.460.17
HSL350.17º57.43%60.39%-
HSV(B)350.17º54.72%83.14%-
XYZ34.4323.618.96-
YUV132.85117.93184.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=50.12%
G=22.70%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129611500.550.460.17350.1757.4360.39
HexD460730372E1115e393c
Octal32414016306756215367174
Binary1101010011000001110011011011110111010001101011110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46073; }

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

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

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

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

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

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

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

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