#D09AAC

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

Shades of Kobi #D09AAC

Tints of Kobi #D09AAC

Color information

#D09AAC (or 0xD09AAC) is unknown color: approx Kobi. HEX triplet: D0, 9A and AC. RGB value is (208,154,172). Sum of RGB (Red+Green+Blue) = 208+154+172=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AAC is #2F6553. Grayscale: #ACACAC. Windows color (decimal): -3106132 or 11311824. OLE color: 11311824.

HSL color Cylindrical-coordinate representation of color #D09AAC: hue angle of 340º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09AAC is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208154172-
CMYK00.260.170.18
HSL340º36.49%70.98%-
HSV(B)340º25.96%81.57%-
XYZ45.0139.544.28-
YUV172.2127.89153.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=38.95%
G=28.84%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815417200.260.170.1834036.4970.98
HexD09AAC01A11121542447
Octal320232254032212252444107
Binary11010000100110101010110001101010001100101010101001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AAC; }

 p { color: rgb(208,154,172); }

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

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

 a { background-color: rgb(208,154,172); }

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

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

 span { border-color: rgb(208,154,172); }

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