#D188AB

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

Shades of Kobi #D188AB

Tints of Kobi #D188AB

Color information

#D188AB (or 0xD188AB) is unknown color: approx Kobi. HEX triplet: D1, 88 and AB. RGB value is (209,136,171). Sum of RGB (Red+Green+Blue) = 209+136+171=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D188AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D188AB is #2E7754. Grayscale: #A1A1A1. Windows color (decimal): -3045205 or 11241681. OLE color: 11241681.

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

Color convert

RGB209136171-
CMYK00.350.180.18
HSL331.23º44.24%67.65%-
HSV(B)331.23º34.93%81.96%-
XYZ42.4534.142.87-
YUV161.82133.18161.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 136 (53.52% from 255) = 26.36%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=40.50%
G=26.36%
B=33.14%

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
Decimal20913617100.350.180.18331.2344.2467.65
HexD188AB023121214b2c44
Octal321210253043222251354104
Binary110100011000100010101011010001110010100101010010111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D188AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D188AB; }

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

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

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

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

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

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

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

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