#D19AB2

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

Shades of Kobi #D19AB2

Tints of Kobi #D19AB2

Color information

#D19AB2 (or 0xD19AB2) is unknown color: approx Kobi. HEX triplet: D1, 9A and B2. RGB value is (209,154,178). Sum of RGB (Red+Green+Blue) = 209+154+178=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AB2 is #2E654D. Grayscale: #ADADAD. Windows color (decimal): -3040590 or 11705041. OLE color: 11705041.

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

Color convert

RGB209154178-
CMYK00.260.150.18
HSL333.82º37.41%71.18%-
HSV(B)333.82º26.32%81.96%-
XYZ45.8939.8847.4-
YUV173.18130.72153.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=38.63%
G=28.47%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915417800.260.150.18333.8237.4171.18
HexD19AB201AF1214e2547
Octal321232262032172251645107
Binary1101000110011010101100100110101111100101010011101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19AB2; }

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

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

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

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

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

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

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

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