#D09CAE

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

Shades of Kobi #D09CAE

Tints of Kobi #D09CAE

Color information

#D09CAE (or 0xD09CAE) is unknown color: approx Kobi. HEX triplet: D0, 9C and AE. RGB value is (208,156,174). Sum of RGB (Red+Green+Blue) = 208+156+174=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09CAE is #2F6351. Grayscale: #ADADAD. Windows color (decimal): -3105618 or 11443408. OLE color: 11443408.

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

Color convert

RGB208156174-
CMYK00.250.160.18
HSL339.23º35.62%71.37%-
HSV(B)339.23º25%81.57%-
XYZ45.5440.2445.41-
YUV173.6128.23152.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=38.66%
G=29.00%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815617400.250.160.18339.2335.6271.37
HexD09CAE01910121532447
Octal320234256031202252344107
Binary11010000100111001010111001100110000100101010100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CAE; }

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

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

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

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

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

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

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

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