#D1606D

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

Shades of Cabaret #D1606D

Tints of Cabaret #D1606D

Color information

#D1606D (or 0xD1606D) is unknown color: approx Cabaret. HEX triplet: D1, 60 and 6D. RGB value is (209,96,109). Sum of RGB (Red+Green+Blue) = 209+96+109=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D1606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1606D is #2E9F92. Grayscale: #838383. Windows color (decimal): -3055507 or 7168209. OLE color: 7168209.

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

Color convert

RGB20996109-
CMYK00.540.480.18
HSL353.1º55.12%59.8%-
HSV(B)353.1º54.07%81.96%-
XYZ33.2423.0317.16-
YUV131.27115.44183.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=50.48%
G=23.19%
B=26.33%

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
Decimal2099610900.540.480.18353.155.1259.8
HexD1606D0363012161373c
Octal32114015506660225416774
Binary1101000111000001101101011011011000010010101100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1606D; }

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

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

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

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

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

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

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

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