#D18BAA

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

Shades of Kobi #D18BAA

Tints of Kobi #D18BAA

Color information

#D18BAA (or 0xD18BAA) is unknown color: approx Kobi. HEX triplet: D1, 8B and AA. RGB value is (209,139,170). Sum of RGB (Red+Green+Blue) = 209+139+170=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18BAA is #2E7455. Grayscale: #A3A3A3. Windows color (decimal): -3044438 or 11176913. OLE color: 11176913.

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

Color convert

RGB209139170-
CMYK00.330.190.18
HSL333.43º43.21%68.24%-
HSV(B)333.43º33.49%81.96%-
XYZ42.7834.9242.52-
YUV163.46131.69160.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=40.35%
G=26.83%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913917000.330.190.18333.4343.2168.24
HexD18BAA021131214d2b44
Octal321213252041232251553104
Binary110100011000101110101010010000110011100101010011011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18BAA; }

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

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

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

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

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

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

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

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