#D49AAB

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

Shades of Kobi #D49AAB

Tints of Kobi #D49AAB

Color information

#D49AAB (or 0xD49AAB) is unknown color: approx Kobi. HEX triplet: D4, 9A and AB. RGB value is (212,154,171). Sum of RGB (Red+Green+Blue) = 212+154+171=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AAB is #2B6554. Grayscale: #ADADAD. Windows color (decimal): -2843989 or 11246292. OLE color: 11246292.

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

Color convert

RGB212154171-
CMYK00.270.190.17
HSL342.41º40.28%71.76%-
HSV(B)342.41º27.36%83.14%-
XYZ46.0640.0543.83-
YUV173.28126.72155.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=39.48%
G=28.68%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215417100.270.190.17342.4140.2871.76
HexD49AAB01B13111562848
Octal324232253033232152650110
Binary11010100100110101010101101101110011100011010101101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AAB; }

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

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

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

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

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

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

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

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