#D89BAB

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

Shades of Kobi #D89BAB

Tints of Kobi #D89BAB

Color information

#D89BAB (or 0xD89BAB) is unknown color: approx Kobi. HEX triplet: D8, 9B and AB. RGB value is (216,155,171). Sum of RGB (Red+Green+Blue) = 216+155+171=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89BAB is #276454. Grayscale: #AFAFAF. Windows color (decimal): -2581589 or 11246552. OLE color: 11246552.

HSL color Cylindrical-coordinate representation of color #D89BAB: hue angle of 344.26º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89BAB is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216155171-
CMYK00.280.210.15
HSL344.26º43.88%72.75%-
HSV(B)344.26º28.24%84.71%-
XYZ47.3940.9843.94-
YUV175.06125.71157.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=39.85%
G=28.60%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615517100.280.210.15344.2643.8872.75
HexD89BAB01C15F1582c49
Octal330233253034251753054111
Binary1101100010011011101010110111001010111111010110001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89BAB; }

 p { color: rgb(216,155,171); }

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

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

 a { background-color: rgb(216,155,171); }

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

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

 span { border-color: rgb(216,155,171); }

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