#D16C69

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

Shades of Contessa #D16C69

Tints of Contessa #D16C69

Color information

#D16C69 (or 0xD16C69) is unknown color: approx Contessa. HEX triplet: D1, 6C and 69. RGB value is (209,108,105). Sum of RGB (Red+Green+Blue) = 209+108+105=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C69 is #2E9396. Grayscale: #898989. Windows color (decimal): -3052439 or 6909137. OLE color: 6909137.

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

Color convert

RGB209108105-
CMYK00.480.500.18
HSL1.73º53.06%61.57%-
HSV(B)1.73º49.76%81.96%-
XYZ34.2125.316.45-
YUV137.86109.46178.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=49.53%
G=25.59%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910810500.480.500.181.7353.0661.57
HexD16C6903032122353e
Octal321154151060622226576
Binary110100011101100110100101100001100101001010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C69; }

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

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

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

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

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

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

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

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