#D892A4

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

Shades of Kobi #D892A4

Tints of Kobi #D892A4

Color information

#D892A4 (or 0xD892A4) is unknown color: approx Kobi. HEX triplet: D8, 92 and A4. RGB value is (216,146,164). Sum of RGB (Red+Green+Blue) = 216+146+164=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D892A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D892A4 is #276D5B. Grayscale: #A8A8A8. Windows color (decimal): -2583900 or 10785496. OLE color: 10785496.

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

Color convert

RGB216146164-
CMYK00.320.240.15
HSL344.57º47.3%70.98%-
HSV(B)344.57º32.41%84.71%-
XYZ45.337.8440.04-
YUV168.98125.19161.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 164 (64.45% from 255) = 31.18%
R=41.06%
G=27.76%
B=31.18%

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
Decimal21614616400.320.240.15344.5747.370.98
HexD892A402018F1592f47
Octal330222244040301753157107
Binary11011000100100101010010001000001100011111010110011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892A4; }

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

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

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

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

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

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

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

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