#D19BAC

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

Shades of Kobi #D19BAC

Tints of Kobi #D19BAC

Color information

#D19BAC (or 0xD19BAC) is unknown color: approx Kobi. HEX triplet: D1, 9B and AC. RGB value is (209,155,172). Sum of RGB (Red+Green+Blue) = 209+155+172=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19BAC is #2E6453. Grayscale: #ADADAD. Windows color (decimal): -3040340 or 11312081. OLE color: 11312081.

HSL color Cylindrical-coordinate representation of color #D19BAC: hue angle of 341.11º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BAC is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209155172-
CMYK00.260.180.18
HSL341.11º36.99%71.37%-
HSV(B)341.11º25.84%81.96%-
XYZ45.4639.9844.35-
YUV173.08127.39153.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=38.99%
G=28.92%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915517200.260.180.18341.1136.9971.37
HexD19BAC01A12121552547
Octal321233254032222252545107
Binary11010001100110111010110001101010010100101010101011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19BAC; }

 p { color: rgb(209,155,172); }

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

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

 a { background-color: rgb(209,155,172); }

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

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

 span { border-color: rgb(209,155,172); }

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