#D49AAE

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

Shades of Kobi #D49AAE

Tints of Kobi #D49AAE

Color information

#D49AAE (or 0xD49AAE) is unknown color: approx Kobi. HEX triplet: D4, 9A and AE. RGB value is (212,154,174). Sum of RGB (Red+Green+Blue) = 212+154+174=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AAE is #2B6551. Grayscale: #ADADAD. Windows color (decimal): -2843986 or 11442900. OLE color: 11442900.

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

Color convert

RGB212154174-
CMYK00.270.180.17
HSL339.31º40.28%71.76%-
HSV(B)339.31º27.36%83.14%-
XYZ46.3540.1645.35-
YUV173.62128.22155.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=39.26%
G=28.52%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215417400.270.180.17339.3140.2871.76
HexD49AAE01B12111532848
Octal324232256033222152350110
Binary11010100100110101010111001101110010100011010100111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AAE; }

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

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

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

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

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

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

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

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