#D893A4

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

Shades of Kobi #D893A4

Tints of Kobi #D893A4

Color information

#D893A4 (or 0xD893A4) is unknown color: approx Kobi. HEX triplet: D8, 93 and A4. RGB value is (216,147,164). Sum of RGB (Red+Green+Blue) = 216+147+164=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D893A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D893A4 is #276C5B. Grayscale: #A9A9A9. Windows color (decimal): -2583644 or 10785752. OLE color: 10785752.

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

Color convert

RGB216147164-
CMYK00.320.240.15
HSL345.22º46.94%71.18%-
HSV(B)345.22º31.94%84.71%-
XYZ45.4538.1540.09-
YUV169.57124.86161.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=40.99%
G=27.89%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614716400.320.240.15345.2246.9471.18
HexD893A402018F1592f47
Octal330223244040301753157107
Binary11011000100100111010010001000001100011111010110011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893A4; }

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

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

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

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

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

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

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

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