#D19E80

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

Shades of Cameo #D19E80

Tints of Cameo #D19E80

Color information

#D19E80 (or 0xD19E80) is unknown color: approx Cameo. HEX triplet: D1, 9E and 80. RGB value is (209,158,128). Sum of RGB (Red+Green+Blue) = 209+158+128=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E80 is #2E617F. Grayscale: #AAAAAA. Windows color (decimal): -3039616 or 8429265. OLE color: 8429265.

HSL color Cylindrical-coordinate representation of color #D19E80: hue angle of 22.22º 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 #D19E80 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB209158128-
CMYK00.240.390.18
HSL22.22º46.82%66.08%-
HSV(B)22.22º38.76%81.96%-
XYZ42.4239.5725.82-
YUV169.83104.4155.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=42.22%
G=31.92%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915812800.240.390.1822.2246.8266.08
HexD19E800182712162f42
Octal32123620003047222657102
Binary11010001100111101000000001100010011110010101101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E80; }

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

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

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

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

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

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

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

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