#D49FB0

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

Shades of Kobi #D49FB0

Tints of Kobi #D49FB0

Color information

#D49FB0 (or 0xD49FB0) is unknown color: approx Kobi. HEX triplet: D4, 9F and B0. RGB value is (212,159,176). Sum of RGB (Red+Green+Blue) = 212+159+176=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49FB0 is #2B604F. Grayscale: #B0B0B0. Windows color (decimal): -2842704 or 11575252. OLE color: 11575252.

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

Color convert

RGB212159176-
CMYK00.250.170.17
HSL340.75º38.13%72.75%-
HSV(B)340.75º25%83.14%-
XYZ47.3941.9346.67-
YUV176.78127.56153.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 176 (69.14% from 255) = 32.18%
R=38.76%
G=29.07%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215917600.250.170.17340.7538.1372.75
HexD49FB001911111552649
Octal324237260031212152546111
Binary11010100100111111011000001100110001100011010101011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FB0; }

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

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

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

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

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

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

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

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