#D1746A

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

Shades of Contessa #D1746A

Tints of Contessa #D1746A

Color information

#D1746A (or 0xD1746A) is unknown color: approx Contessa. HEX triplet: D1, 74 and 6A. RGB value is (209,116,106). Sum of RGB (Red+Green+Blue) = 209+116+106=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1746A is #2E8B95. Grayscale: #8E8E8E. Windows color (decimal): -3050390 or 6976721. OLE color: 6976721.

HSL color Cylindrical-coordinate representation of color #D1746A: hue angle of 5.83º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1746A is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB209116106-
CMYK00.440.490.18
HSL5.83º52.82%61.76%-
HSV(B)5.83º49.28%81.96%-
XYZ35.1427.0917.01-
YUV142.67107.31175.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=48.49%
G=26.91%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911610600.440.490.185.8352.8261.76
HexD1746A02C31126353e
Octal321164152054612266576
Binary1101000111101001101010010110011000110010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1746A; }

 p { color: rgb(209,116,106); }

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

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

 a { background-color: rgb(209,116,106); }

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

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

 span { border-color: rgb(209,116,106); }

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