#D07169

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

Shades of Contessa #D07169

Tints of Contessa #D07169

Color information

#D07169 (or 0xD07169) is unknown color: approx Contessa. HEX triplet: D0, 71 and 69. RGB value is (208,113,105). Sum of RGB (Red+Green+Blue) = 208+113+105=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07169 is #2F8E96. Grayscale: #8C8C8C. Windows color (decimal): -3116695 or 6910416. OLE color: 6910416.

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

Color convert

RGB208113105-
CMYK00.460.500.18
HSL4.66º52.28%61.37%-
HSV(B)4.66º49.52%81.57%-
XYZ34.4726.2416.61-
YUV140.49107.97176.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=48.83%
G=26.53%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811310500.460.500.184.6652.2861.37
HexD0716902E32125343d
Octal320161151056622256475
Binary1101000011100011101001010111011001010010101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07169; }

 p { color: rgb(208,113,105); }

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

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

 a { background-color: rgb(208,113,105); }

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

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

 span { border-color: rgb(208,113,105); }

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