#D18CA9

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

Shades of Kobi #D18CA9

Tints of Kobi #D18CA9

Color information

#D18CA9 (or 0xD18CA9) is unknown color: approx Kobi. HEX triplet: D1, 8C and A9. RGB value is (209,140,169). Sum of RGB (Red+Green+Blue) = 209+140+169=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18CA9 is #2E7356. Grayscale: #A3A3A3. Windows color (decimal): -3044183 or 11111633. OLE color: 11111633.

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

Color convert

RGB209140169-
CMYK00.330.190.18
HSL334.78º42.86%68.43%-
HSV(B)334.78º33.01%81.96%-
XYZ42.8335.1842.07-
YUV163.94130.86160.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=40.35%
G=27.03%
B=32.63%

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
Decimal20914016900.330.190.18334.7842.8668.43
HexD18CA9021131214f2b44
Octal321214251041232251753104
Binary110100011000110010101001010000110011100101010011111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18CA9; }

 p { color: rgb(209,140,169); }

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

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

 a { background-color: rgb(209,140,169); }

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

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

 span { border-color: rgb(209,140,169); }

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