#D09BB1

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

Shades of Kobi #D09BB1

Tints of Kobi #D09BB1

Color information

#D09BB1 (or 0xD09BB1) is unknown color: approx Kobi. HEX triplet: D0, 9B and B1. RGB value is (208,155,177). Sum of RGB (Red+Green+Blue) = 208+155+177=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BB1 is #2F644E. Grayscale: #ADADAD. Windows color (decimal): -3105871 or 11639760. OLE color: 11639760.

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

Color convert

RGB208155177-
CMYK00.250.150.18
HSL335.09º36.05%71.18%-
HSV(B)335.09º25.48%81.57%-
XYZ45.6740.0346.91-
YUV173.36130.06152.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 155 (60.94% from 255) = 28.70%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=38.52%
G=28.70%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815517700.250.150.18335.0936.0571.18
HexD09BB1019F1214f2447
Octal320233261031172251744107
Binary1101000010011011101100010110011111100101010011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BB1; }

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

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

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

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

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

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

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

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