#D09BAC

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

Shades of Kobi #D09BAC

Tints of Kobi #D09BAC

Color information

#D09BAC (or 0xD09BAC) is unknown color: approx Kobi. HEX triplet: D0, 9B and AC. RGB value is (208,155,172). Sum of RGB (Red+Green+Blue) = 208+155+172=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BAC is #2F6453. Grayscale: #ACACAC. Windows color (decimal): -3105876 or 11312080. OLE color: 11312080.

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

Color convert

RGB208155172-
CMYK00.250.170.18
HSL340.75º36.05%71.18%-
HSV(B)340.75º25.48%81.57%-
XYZ45.1839.8344.34-
YUV172.78127.56153.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=38.88%
G=28.97%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815517200.250.170.18340.7536.0571.18
HexD09BAC01911121552447
Octal320233254031212252544107
Binary11010000100110111010110001100110001100101010101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BAC; }

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

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

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

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

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

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

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

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