#D19C80

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

Shades of Cameo #D19C80

Tints of Cameo #D19C80

Color information

#D19C80 (or 0xD19C80) is unknown color: approx Cameo. HEX triplet: D1, 9C and 80. RGB value is (209,156,128). Sum of RGB (Red+Green+Blue) = 209+156+128=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C80 is #2E637F. Grayscale: #A8A8A8. Windows color (decimal): -3040128 or 8428753. OLE color: 8428753.

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

Color convert

RGB209156128-
CMYK00.250.390.18
HSL20.74º46.82%66.08%-
HSV(B)20.74º38.76%81.96%-
XYZ42.0838.8925.71-
YUV168.66105.06156.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=42.39%
G=31.64%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915612800.250.390.1820.7446.8266.08
HexD19C800192712152f42
Octal32123420003147222557102
Binary11010001100111001000000001100110011110010101011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19C80; }

 p { color: rgb(209,156,128); }

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

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

 a { background-color: rgb(209,156,128); }

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

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

 span { border-color: rgb(209,156,128); }

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