#D18BAB

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

Shades of Kobi #D18BAB

Tints of Kobi #D18BAB

Color information

#D18BAB (or 0xD18BAB) is unknown color: approx Kobi. HEX triplet: D1, 8B and AB. RGB value is (209,139,171). Sum of RGB (Red+Green+Blue) = 209+139+171=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18BAB is #2E7454. Grayscale: #A3A3A3. Windows color (decimal): -3044437 or 11242449. OLE color: 11242449.

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

Color convert

RGB209139171-
CMYK00.330.180.18
HSL332.57º43.21%68.24%-
HSV(B)332.57º33.49%81.96%-
XYZ42.8834.9643.02-
YUV163.58132.19160.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=40.27%
G=26.78%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913917100.330.180.18332.5743.2168.24
HexD18BAB021121214d2b44
Octal321213253041222251553104
Binary110100011000101110101011010000110010100101010011011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18BAB; }

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

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

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

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

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

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

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

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