#D892AB

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

Shades of Kobi #D892AB

Tints of Kobi #D892AB

Color information

#D892AB (or 0xD892AB) is unknown color: approx Kobi. HEX triplet: D8, 92 and AB. RGB value is (216,146,171). Sum of RGB (Red+Green+Blue) = 216+146+171=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D892AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D892AB is #276D54. Grayscale: #A9A9A9. Windows color (decimal): -2583893 or 11244248. OLE color: 11244248.

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

Color convert

RGB216146171-
CMYK00.320.210.15
HSL338.57º47.3%70.98%-
HSV(B)338.57º32.41%84.71%-
XYZ45.9538.143.46-
YUV169.78128.69160.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 146 (57.42% from 255) = 27.39%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=40.53%
G=27.39%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614617100.320.210.15338.5747.370.98
HexD892AB02015F1532f47
Octal330222253040251752357107
Binary11011000100100101010101101000001010111111010100111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892AB; }

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

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

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

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

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

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

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

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