#D89BAC

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

Shades of Kobi #D89BAC

Tints of Kobi #D89BAC

Color information

#D89BAC (or 0xD89BAC) is unknown color: approx Kobi. HEX triplet: D8, 9B and AC. RGB value is (216,155,172). Sum of RGB (Red+Green+Blue) = 216+155+172=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89BAC is #276453. Grayscale: #AFAFAF. Windows color (decimal): -2581588 or 11312088. OLE color: 11312088.

HSL color Cylindrical-coordinate representation of color #D89BAC: hue angle of 343.28º 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 #D89BAC is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216155172-
CMYK00.280.200.15
HSL343.28º43.88%72.75%-
HSV(B)343.28º28.24%84.71%-
XYZ47.4941.0244.44-
YUV175.18126.21157.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=39.78%
G=28.55%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615517200.280.200.15343.2843.8872.75
HexD89BAC01C14F1572c49
Octal330233254034241752754111
Binary1101100010011011101011000111001010011111010101111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89BAC; }

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

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

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

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

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

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

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

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