#D185AC

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

Shades of Kobi #D185AC

Tints of Kobi #D185AC

Color information

#D185AC (or 0xD185AC) is unknown color: approx Kobi. HEX triplet: D1, 85 and AC. RGB value is (209,133,172). Sum of RGB (Red+Green+Blue) = 209+133+172=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D185AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D185AC is #2E7A53. Grayscale: #A0A0A0. Windows color (decimal): -3045972 or 11306449. OLE color: 11306449.

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

Color convert

RGB209133172-
CMYK00.360.180.18
HSL329.21º45.24%67.06%-
HSV(B)329.21º36.36%81.96%-
XYZ42.1333.3143.24-
YUV160.17134.68162.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=40.66%
G=25.88%
B=33.46%

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
Decimal20913317200.360.180.18329.2145.2467.06
HexD185AC02412121492d43
Octal321205254044222251155103
Binary110100011000010110101100010010010010100101010010011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185AC; }

 p { color: rgb(209,133,172); }

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

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

 a { background-color: rgb(209,133,172); }

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

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

 span { border-color: rgb(209,133,172); }

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