#D089AB

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

Shades of Kobi #D089AB

Tints of Kobi #D089AB

Color information

#D089AB (or 0xD089AB) is unknown color: approx Kobi. HEX triplet: D0, 89 and AB. RGB value is (208,137,171). Sum of RGB (Red+Green+Blue) = 208+137+171=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D089AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D089AB is #2F7654. Grayscale: #A2A2A2. Windows color (decimal): -3110485 or 11241936. OLE color: 11241936.

HSL color Cylindrical-coordinate representation of color #D089AB: hue angle of 331.27º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D089AB is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208137171-
CMYK00.340.180.18
HSL331.27º43.03%67.65%-
HSV(B)331.27º34.13%81.57%-
XYZ42.3134.2442.91-
YUV162.1133.02160.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=40.31%
G=26.55%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813717100.340.180.18331.2743.0367.65
HexD089AB022121214b2b44
Octal320211253042222251353104
Binary110100001000100110101011010001010010100101010010111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089AB; }

 p { color: rgb(208,137,171); }

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

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

 a { background-color: rgb(208,137,171); }

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

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

 span { border-color: rgb(208,137,171); }

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