#D09CB0

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

Shades of Kobi #D09CB0

Tints of Kobi #D09CB0

Color information

#D09CB0 (or 0xD09CB0) is unknown color: approx Kobi. HEX triplet: D0, 9C and B0. RGB value is (208,156,176). Sum of RGB (Red+Green+Blue) = 208+156+176=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09CB0 is #2F634F. Grayscale: #ADADAD. Windows color (decimal): -3105616 or 11574480. OLE color: 11574480.

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

Color convert

RGB208156176-
CMYK00.250.150.18
HSL336.92º35.62%71.37%-
HSV(B)336.92º25%81.57%-
XYZ45.7440.3246.45-
YUV173.83129.23152.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=38.52%
G=28.89%
B=32.59%

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
Decimal20815617600.250.150.18336.9235.6271.37
HexD09CB0019F121512447
Octal320234260031172252144107
Binary1101000010011100101100000110011111100101010100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CB0; }

 p { color: rgb(208,156,176); }

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

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

 a { background-color: rgb(208,156,176); }

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

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

 span { border-color: rgb(208,156,176); }

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