#D191AB

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

Shades of Kobi #D191AB

Tints of Kobi #D191AB

Color information

#D191AB (or 0xD191AB) is unknown color: approx Kobi. HEX triplet: D1, 91 and AB. RGB value is (209,145,171). Sum of RGB (Red+Green+Blue) = 209+145+171=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D191AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D191AB is #2E6E54. Grayscale: #A7A7A7. Windows color (decimal): -3042901 or 11243985. OLE color: 11243985.

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

Color convert

RGB209145171-
CMYK00.310.180.18
HSL335.62º41.03%69.41%-
HSV(B)335.62º30.62%81.96%-
XYZ43.7736.7543.31-
YUV167.1130.2157.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=39.81%
G=27.62%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914517100.310.180.18335.6241.0369.41
HexD191AB01F12121502945
Octal321221253037222252051105
Binary11010001100100011010101101111110010100101010100001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191AB; }

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

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

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

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

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

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

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

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