#D091AB

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

Shades of Kobi #D091AB

Tints of Kobi #D091AB

Color information

#D091AB (or 0xD091AB) is unknown color: approx Kobi. HEX triplet: D0, 91 and AB. RGB value is (208,145,171). Sum of RGB (Red+Green+Blue) = 208+145+171=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D091AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D091AB is #2F6E54. Grayscale: #A6A6A6. Windows color (decimal): -3108437 or 11243984. OLE color: 11243984.

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

Color convert

RGB208145171-
CMYK00.300.180.18
HSL335.24º40.13%69.22%-
HSV(B)335.24º30.29%81.57%-
XYZ43.4936.643.3-
YUV166.8130.37157.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=39.69%
G=27.67%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814517100.300.180.18335.2440.1369.22
HexD091AB01E121214f2845
Octal320221253036222251750105
Binary11010000100100011010101101111010010100101010011111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091AB; }

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

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

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

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

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

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

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

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