#D186AB

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

Shades of Kobi #D186AB

Tints of Kobi #D186AB

Color information

#D186AB (or 0xD186AB) is unknown color: approx Kobi. HEX triplet: D1, 86 and AB. RGB value is (209,134,171). Sum of RGB (Red+Green+Blue) = 209+134+171=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D186AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D186AB is #2E7954. Grayscale: #A0A0A0. Windows color (decimal): -3045717 or 11241169. OLE color: 11241169.

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

Color convert

RGB209134171-
CMYK00.360.180.18
HSL330.4º44.91%67.25%-
HSV(B)330.4º35.89%81.96%-
XYZ42.1733.5542.78-
YUV160.64133.85162.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 134 (52.73% from 255) = 26.07%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=40.66%
G=26.07%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913417100.360.180.18330.444.9167.25
HexD186AB024121214a2d43
Octal321206253044222251255103
Binary110100011000011010101011010010010010100101010010101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186AB; }

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

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

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

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

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

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

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

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