#D49E80

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

Shades of Cameo #D49E80

Tints of Cameo #D49E80

Color information

#D49E80 (or 0xD49E80) is unknown color: approx Cameo. HEX triplet: D4, 9E and 80. RGB value is (212,158,128). Sum of RGB (Red+Green+Blue) = 212+158+128=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E80 is #2B617F. Grayscale: #AAAAAA. Windows color (decimal): -2843008 or 8429268. OLE color: 8429268.

HSL color Cylindrical-coordinate representation of color #D49E80: hue angle of 21.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D49E80 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB212158128-
CMYK00.250.400.17
HSL21.43º49.41%66.67%-
HSV(B)21.43º39.62%83.14%-
XYZ43.2740.0125.86-
YUV170.73103.89157.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=42.57%
G=31.73%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215812800.250.400.1721.4349.4166.67
HexD49E800192811153143
Octal32423620003150212561103
Binary11010100100111101000000001100110100010001101011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E80; }

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

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

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

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

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

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

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

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