#D1606E

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

Shades of Cabaret #D1606E

Tints of Cabaret #D1606E

Color information

#D1606E (or 0xD1606E) is unknown color: approx Cabaret. HEX triplet: D1, 60 and 6E. RGB value is (209,96,110). Sum of RGB (Red+Green+Blue) = 209+96+110=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1606E is #2E9F91. Grayscale: #838383. Windows color (decimal): -3055506 or 7233745. OLE color: 7233745.

HSL color Cylindrical-coordinate representation of color #D1606E: hue angle of 352.57º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1606E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB20996110-
CMYK00.540.470.18
HSL352.57º55.12%59.8%-
HSV(B)352.57º54.07%81.96%-
XYZ33.2923.0517.45-
YUV131.38115.94183.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=50.36%
G=23.13%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099611000.540.470.18352.5755.1259.8
HexD1606E0362F12161373c
Octal32114015606657225416774
Binary1101000111000001101110011011010111110010101100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1606E; }

 p { color: rgb(209,96,110); }

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

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

 a { background-color: rgb(209,96,110); }

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

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

 span { border-color: rgb(209,96,110); }

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