#D49EAB

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

Shades of Kobi #D49EAB

Tints of Kobi #D49EAB

Color information

#D49EAB (or 0xD49EAB) is unknown color: approx Kobi. HEX triplet: D4, 9E and AB. RGB value is (212,158,171). Sum of RGB (Red+Green+Blue) = 212+158+171=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49EAB is #2B6154. Grayscale: #AFAFAF. Windows color (decimal): -2842965 or 11247316. OLE color: 11247316.

HSL color Cylindrical-coordinate representation of color #D49EAB: hue angle of 345.56º 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 #D49EAB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212158171-
CMYK00.250.190.17
HSL345.56º38.57%72.55%-
HSV(B)345.56º25.47%83.14%-
XYZ46.7341.3944.05-
YUV175.63125.39153.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=39.19%
G=29.21%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215817100.250.190.17345.5638.5772.55
HexD49EAB019131115a2749
Octal324236253031232153247111
Binary11010100100111101010101101100110011100011010110101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EAB; }

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

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

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

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

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

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

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

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