#D18AAA

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

Shades of Kobi #D18AAA

Tints of Kobi #D18AAA

Color information

#D18AAA (or 0xD18AAA) is unknown color: approx Kobi. HEX triplet: D1, 8A and AA. RGB value is (209,138,170). Sum of RGB (Red+Green+Blue) = 209+138+170=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D18AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18AAA is #2E7555. Grayscale: #A2A2A2. Windows color (decimal): -3044694 or 11176657. OLE color: 11176657.

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

Color convert

RGB209138170-
CMYK00.340.190.18
HSL332.96º43.56%68.04%-
HSV(B)332.96º33.97%81.96%-
XYZ42.6434.6342.47-
YUV162.88132.02160.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=40.43%
G=26.69%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913817000.340.190.18332.9643.5668.04
HexD18AAA022131214d2c44
Octal321212252042232251554104
Binary110100011000101010101010010001010011100101010011011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AAA; }

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

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

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

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

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

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

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

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