#D089AE

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

Shades of Kobi #D089AE

Tints of Kobi #D089AE

Color information

#D089AE (or 0xD089AE) is unknown color: approx Kobi. HEX triplet: D0, 89 and AE. RGB value is (208,137,174). Sum of RGB (Red+Green+Blue) = 208+137+174=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D089AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D089AE is #2F7651. Grayscale: #A2A2A2. Windows color (decimal): -3110482 or 11438544. OLE color: 11438544.

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

Color convert

RGB208137174-
CMYK00.340.160.18
HSL328.73º43.03%67.65%-
HSV(B)328.73º34.13%81.57%-
XYZ42.634.3644.43-
YUV162.45134.52160.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=40.08%
G=26.40%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813717400.340.160.18328.7343.0367.65
HexD089AE02210121492b44
Octal320211256042202251153104
Binary110100001000100110101110010001010000100101010010011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089AE; }

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

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

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

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

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

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

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

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