#D49DAD

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

Shades of Kobi #D49DAD

Tints of Kobi #D49DAD

Color information

#D49DAD (or 0xD49DAD) is unknown color: approx Kobi. HEX triplet: D4, 9D and AD. RGB value is (212,157,173). Sum of RGB (Red+Green+Blue) = 212+157+173=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49DAD is #2B6252. Grayscale: #AFAFAF. Windows color (decimal): -2843219 or 11378132. OLE color: 11378132.

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

Color convert

RGB212157173-
CMYK00.260.180.17
HSL342.55º39.01%72.35%-
HSV(B)342.55º25.94%83.14%-
XYZ46.7541.1345.01-
YUV175.27126.72154.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 157 (61.72% from 255) = 28.97%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=39.11%
G=28.97%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215717300.260.180.17342.5539.0172.35
HexD49DAD01A12111572748
Octal324235255032222152747110
Binary11010100100111011010110101101010010100011010101111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DAD; }

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

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

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

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

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

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

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

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