#D894A6

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

Shades of Kobi #D894A6

Tints of Kobi #D894A6

Color information

#D894A6 (or 0xD894A6) is unknown color: approx Kobi. HEX triplet: D8, 94 and A6. RGB value is (216,148,166). Sum of RGB (Red+Green+Blue) = 216+148+166=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D894A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D894A6 is #276B59. Grayscale: #AAAAAA. Windows color (decimal): -2583386 or 10917080. OLE color: 10917080.

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

Color convert

RGB216148166-
CMYK00.310.230.15
HSL344.12º46.58%71.37%-
HSV(B)344.12º31.48%84.71%-
XYZ45.7938.5341.1-
YUV170.38125.53160.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=40.75%
G=27.92%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614816600.310.230.15344.1246.5871.37
HexD894A601F17F1582f47
Octal330224246037271753057107
Binary1101100010010100101001100111111011111111010110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D894A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D894A6; }

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

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

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

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

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

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

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

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