#D893A6

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

Shades of Kobi #D893A6

Tints of Kobi #D893A6

Color information

#D893A6 (or 0xD893A6) is unknown color: approx Kobi. HEX triplet: D8, 93 and A6. RGB value is (216,147,166). Sum of RGB (Red+Green+Blue) = 216+147+166=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D893A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D893A6 is #276C59. Grayscale: #A9A9A9. Windows color (decimal): -2583642 or 10916824. OLE color: 10916824.

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

Color convert

RGB216147166-
CMYK00.320.230.15
HSL343.48º46.94%71.18%-
HSV(B)343.48º31.94%84.71%-
XYZ45.6438.2241.05-
YUV169.8125.86160.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 147 (57.81% from 255) = 27.79%
BLUE value IS 166 (65.23% from 255) = 31.38%
R=40.83%
G=27.79%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614716600.320.230.15343.4846.9471.18
HexD893A602017F1572f47
Octal330223246040271752757107
Binary11011000100100111010011001000001011111111010101111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893A6; }

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

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

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

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

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

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

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

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