#D19AB0

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

Shades of Kobi #D19AB0

Tints of Kobi #D19AB0

Color information

#D19AB0 (or 0xD19AB0) is unknown color: approx Kobi. HEX triplet: D1, 9A and B0. RGB value is (209,154,176). Sum of RGB (Red+Green+Blue) = 209+154+176=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AB0 is #2E654F. Grayscale: #ACACAC. Windows color (decimal): -3040592 or 11573969. OLE color: 11573969.

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

Color convert

RGB209154176-
CMYK00.260.160.18
HSL336º37.41%71.18%-
HSV(B)336º26.32%81.96%-
XYZ45.6939.846.35-
YUV172.95129.72153.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.78%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=38.78%
G=28.57%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915417600.260.160.1833637.4171.18
HexD19AB001A10121502547
Octal321232260032202252045107
Binary11010001100110101011000001101010000100101010100001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19AB0; }

 p { color: rgb(209,154,176); }

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

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

 a { background-color: rgb(209,154,176); }

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

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

 span { border-color: rgb(209,154,176); }

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