#D46172

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

Shades of Cabaret #D46172

Tints of Cabaret #D46172

Color information

#D46172 (or 0xD46172) is unknown color: approx Cabaret. HEX triplet: D4, 61 and 72. RGB value is (212,97,114). Sum of RGB (Red+Green+Blue) = 212+97+114=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D46172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46172 is #2B9E8D. Grayscale: #858585. Windows color (decimal): -2858638 or 7496148. OLE color: 7496148.

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

Color convert

RGB21297114-
CMYK00.540.460.17
HSL351.13º57.21%60.59%-
HSV(B)351.13º54.25%83.14%-
XYZ34.4623.7618.69-
YUV133.32117.1184.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=50.12%
G=22.93%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129711400.540.460.17351.1357.2160.59
HexD461720362E1115f393d
Octal32414116206656215377175
Binary1101010011000011110010011011010111010001101011111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46172; }

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

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

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

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

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

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

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

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