#D180AB

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

Shades of Kobi #D180AB

Tints of Kobi #D180AB

Color information

#D180AB (or 0xD180AB) is unknown color: approx Kobi. HEX triplet: D1, 80 and AB. RGB value is (209,128,171). Sum of RGB (Red+Green+Blue) = 209+128+171=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D180AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D180AB is #2E7F54. Grayscale: #9D9D9D. Windows color (decimal): -3047253 or 11239633. OLE color: 11239633.

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

Color convert

RGB209128171-
CMYK00.390.180.18
HSL328.15º46.82%66.08%-
HSV(B)328.15º38.76%81.96%-
XYZ41.3631.9342.51-
YUV157.12135.84165-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 171 (67.19% from 255) = 33.66%
R=41.14%
G=25.20%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912817100.390.180.18328.1546.8266.08
HexD180AB02712121482f42
Octal321200253047222251057102
Binary110100011000000010101011010011110010100101010010001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180AB; }

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

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

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

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

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

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

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

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