#D09AAB

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

Shades of Kobi #D09AAB

Tints of Kobi #D09AAB

Color information

#D09AAB (or 0xD09AAB) is unknown color: approx Kobi. HEX triplet: D0, 9A and AB. RGB value is (208,154,171). Sum of RGB (Red+Green+Blue) = 208+154+171=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AAB is #2F6554. Grayscale: #ACACAC. Windows color (decimal): -3106133 or 11246288. OLE color: 11246288.

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

Color convert

RGB208154171-
CMYK00.260.180.18
HSL341.11º36.49%70.98%-
HSV(B)341.11º25.96%81.57%-
XYZ44.9239.4643.78-
YUV172.08127.39153.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=39.02%
G=28.89%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815417100.260.180.18341.1136.4970.98
HexD09AAB01A12121552447
Octal320232253032222252544107
Binary11010000100110101010101101101010010100101010101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09AAB; }

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

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

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

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

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

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

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

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