#D188AC

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

Shades of Kobi #D188AC

Tints of Kobi #D188AC

Color information

#D188AC (or 0xD188AC) is unknown color: approx Kobi. HEX triplet: D1, 88 and AC. RGB value is (209,136,172). Sum of RGB (Red+Green+Blue) = 209+136+172=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D188AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D188AC is #2E7753. Grayscale: #A1A1A1. Windows color (decimal): -3045204 or 11307217. OLE color: 11307217.

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

Color convert

RGB209136172-
CMYK00.350.180.18
HSL330.41º44.24%67.65%-
HSV(B)330.41º34.93%81.96%-
XYZ42.5534.1443.38-
YUV161.93133.68161.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=40.43%
G=26.31%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913617200.350.180.18330.4144.2467.65
HexD188AC023121214a2c44
Octal321210254043222251254104
Binary110100011000100010101100010001110010100101010010101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188AC; }

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

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

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

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

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

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

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

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