#D49FAD

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

Shades of Kobi #D49FAD

Tints of Kobi #D49FAD

Color information

#D49FAD (or 0xD49FAD) is unknown color: approx Kobi. HEX triplet: D4, 9F and AD. RGB value is (212,159,173). Sum of RGB (Red+Green+Blue) = 212+159+173=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49FAD is #2B6052. Grayscale: #B0B0B0. Windows color (decimal): -2842707 or 11378644. OLE color: 11378644.

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

Color convert

RGB212159173-
CMYK00.250.180.17
HSL344.15º38.13%72.75%-
HSV(B)344.15º25%83.14%-
XYZ47.0941.8145.12-
YUV176.44126.06153.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=38.97%
G=29.23%
B=31.80%

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
Decimal21215917300.250.180.17344.1538.1372.75
HexD49FAD01912111582649
Octal324237255031222153046111
Binary11010100100111111010110101100110010100011010110001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FAD; }

 p { color: rgb(212,159,173); }

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

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

 a { background-color: rgb(212,159,173); }

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

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

 span { border-color: rgb(212,159,173); }

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