#D189AB

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

Shades of Kobi #D189AB

Tints of Kobi #D189AB

Color information

#D189AB (or 0xD189AB) is unknown color: approx Kobi. HEX triplet: D1, 89 and AB. RGB value is (209,137,171). Sum of RGB (Red+Green+Blue) = 209+137+171=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D189AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D189AB is #2E7654. Grayscale: #A2A2A2. Windows color (decimal): -3044949 or 11241937. OLE color: 11241937.

HSL color Cylindrical-coordinate representation of color #D189AB: hue angle of 331.67º degrees, saturation: 0.44, 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 #D189AB is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209137171-
CMYK00.340.180.18
HSL331.67º43.9%67.84%-
HSV(B)331.67º34.45%81.96%-
XYZ42.5934.3942.92-
YUV162.4132.85161.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=40.43%
G=26.50%
B=33.08%

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
Decimal20913717100.340.180.18331.6743.967.84
HexD189AB022121214c2c44
Octal321211253042222251454104
Binary110100011000100110101011010001010010100101010011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D189AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D189AB; }

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

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

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

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

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

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

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

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