#D49EAE

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

Shades of Kobi #D49EAE

Tints of Kobi #D49EAE

Color information

#D49EAE (or 0xD49EAE) is unknown color: approx Kobi. HEX triplet: D4, 9E and AE. RGB value is (212,158,174). Sum of RGB (Red+Green+Blue) = 212+158+174=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EAE is #2B6151. Grayscale: #AFAFAF. Windows color (decimal): -2842962 or 11443924. OLE color: 11443924.

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

Color convert

RGB212158174-
CMYK00.250.180.17
HSL342.22º38.57%72.55%-
HSV(B)342.22º25.47%83.14%-
XYZ47.0241.5145.58-
YUV175.97126.89153.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=38.97%
G=29.04%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215817400.250.180.17342.2238.5772.55
HexD49EAE01912111562749
Octal324236256031222152647111
Binary11010100100111101010111001100110010100011010101101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EAE; }

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

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

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

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

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

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

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

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