#D091AE

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

Shades of Kobi #D091AE

Tints of Kobi #D091AE

Color information

#D091AE (or 0xD091AE) is unknown color: approx Kobi. HEX triplet: D0, 91 and AE. RGB value is (208,145,174). Sum of RGB (Red+Green+Blue) = 208+145+174=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D091AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D091AE is #2F6E51. Grayscale: #A7A7A7. Windows color (decimal): -3108434 or 11440592. OLE color: 11440592.

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

Color convert

RGB208145174-
CMYK00.300.160.18
HSL332.38º40.13%69.22%-
HSV(B)332.38º30.29%81.57%-
XYZ43.7836.7244.82-
YUV167.14131.87157.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=39.47%
G=27.51%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814517400.300.160.18332.3840.1369.22
HexD091AE01E101214c2845
Octal320221256036202251450105
Binary11010000100100011010111001111010000100101010011001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091AE; }

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

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

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

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

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

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

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

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