#D1606C

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

Shades of Cabaret #D1606C

Tints of Cabaret #D1606C

Color information

#D1606C (or 0xD1606C) is unknown color: approx Cabaret. HEX triplet: D1, 60 and 6C. RGB value is (209,96,108). Sum of RGB (Red+Green+Blue) = 209+96+108=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1606C is #2E9F93. Grayscale: #838383. Windows color (decimal): -3055508 or 7102673. OLE color: 7102673.

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

Color convert

RGB20996108-
CMYK00.540.480.18
HSL353.63º55.12%59.8%-
HSV(B)353.63º54.07%81.96%-
XYZ33.182316.88-
YUV131.16114.94183.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=50.61%
G=23.24%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099610800.540.480.18353.6355.1259.8
HexD1606C0363012162373c
Octal32114015406660225426774
Binary1101000111000001101100011011011000010010101100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1606C; }

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

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

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

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

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

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

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

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