#D19BAE

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

Shades of Kobi #D19BAE

Tints of Kobi #D19BAE

Color information

#D19BAE (or 0xD19BAE) is unknown color: approx Kobi. HEX triplet: D1, 9B and AE. RGB value is (209,155,174). Sum of RGB (Red+Green+Blue) = 209+155+174=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19BAE is #2E6451. Grayscale: #ADADAD. Windows color (decimal): -3040338 or 11443153. OLE color: 11443153.

HSL color Cylindrical-coordinate representation of color #D19BAE: hue angle of 338.89º 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 #D19BAE is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209155174-
CMYK00.260.170.18
HSL338.89º36.99%71.37%-
HSV(B)338.89º25.84%81.96%-
XYZ45.6640.0545.37-
YUV173.31128.39153.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=38.85%
G=28.81%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915517400.260.170.18338.8936.9971.37
HexD19BAE01A11121532547
Octal321233256032212252345107
Binary11010001100110111010111001101010001100101010100111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19BAE; }

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

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

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

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

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

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

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

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