#D890A6

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

Shades of Kobi #D890A6

Tints of Kobi #D890A6

Color information

#D890A6 (or 0xD890A6) is unknown color: approx Kobi. HEX triplet: D8, 90 and A6. RGB value is (216,144,166). Sum of RGB (Red+Green+Blue) = 216+144+166=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D890A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890A6 is #276F59. Grayscale: #A8A8A8. Windows color (decimal): -2584410 or 10916056. OLE color: 10916056.

HSL color Cylindrical-coordinate representation of color #D890A6: hue angle of 341.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D890A6 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB216144166-
CMYK00.330.230.15
HSL341.67º48%70.59%-
HSV(B)341.67º33.33%84.71%-
XYZ45.1837.340.89-
YUV168.04126.85162.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=41.06%
G=27.38%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614416600.330.230.15341.674870.59
HexD890A602117F1563047
Octal330220246041271752660107
Binary11011000100100001010011001000011011111111010101101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890A6; }

 p { color: rgb(216,144,166); }

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

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

 a { background-color: rgb(216,144,166); }

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

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

 span { border-color: rgb(216,144,166); }

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