#D16E65

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

Shades of Contessa #D16E65

Tints of Contessa #D16E65

Color information

#D16E65 (or 0xD16E65) is unknown color: approx Contessa. HEX triplet: D1, 6E and 65. RGB value is (209,110,101). Sum of RGB (Red+Green+Blue) = 209+110+101=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E65 is #2E919A. Grayscale: #8A8A8A. Windows color (decimal): -3051931 or 6647505. OLE color: 6647505.

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

Color convert

RGB209110101-
CMYK00.470.520.18
HSL54%60.78%-
HSV(B)51.67%81.96%-
XYZ34.2225.6515.46-
YUV138.57106.8178.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.76%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=49.76%
G=26.19%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911010100.470.520.1855460.78
HexD16E6502F34125363d
Octal321156145057642256675
Binary1101000111011101100101010111111010010010101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16E65; }

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

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

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

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

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

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

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

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