#D18AAB

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

Shades of Kobi #D18AAB

Tints of Kobi #D18AAB

Color information

#D18AAB (or 0xD18AAB) is unknown color: approx Kobi. HEX triplet: D1, 8A and AB. RGB value is (209,138,171). Sum of RGB (Red+Green+Blue) = 209+138+171=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D18AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18AAB is #2E7554. Grayscale: #A2A2A2. Windows color (decimal): -3044693 or 11242193. OLE color: 11242193.

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

Color convert

RGB209138171-
CMYK00.340.180.18
HSL332.11º43.56%68.04%-
HSV(B)332.11º33.97%81.96%-
XYZ42.7334.6742.97-
YUV162.99132.52160.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=40.35%
G=26.64%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913817100.340.180.18332.1143.5668.04
HexD18AAB022121214c2c44
Octal321212253042222251454104
Binary110100011000101010101011010001010010100101010011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AAB; }

 p { color: rgb(209,138,171); }

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

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

 a { background-color: rgb(209,138,171); }

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

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

 span { border-color: rgb(209,138,171); }

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