#CDBAA9

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

Shades of Grain Brown #CDBAA9

Tints of Grain Brown #CDBAA9

Color information

#CDBAA9 (or 0xCDBAA9) is unknown color: approx Grain Brown. HEX triplet: CD, BA and A9. RGB value is (205,186,169). Sum of RGB (Red+Green+Blue) = 205+186+169=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBAA9 is #324556. Grayscale: #BDBDBD. Windows color (decimal): -3294551 or 11123405. OLE color: 11123405.

HSL color Cylindrical-coordinate representation of color #CDBAA9: hue angle of 28.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDBAA9 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205186169-
CMYK00.090.180.20
HSL28.33º26.47%73.33%-
HSV(B)28.33º17.56%80.39%-
XYZ49.950.9644.74-
YUV189.74116.29138.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=36.61%
G=33.21%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518616900.090.180.2028.3326.4773.33
HexCDBAA90912141c1a49
Octal31527225101122243432111
Binary11001101101110101010100101001100101010011100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAA9; }

 p { color: rgb(205,186,169); }

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

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

 a { background-color: rgb(205,186,169); }

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

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

 span { border-color: rgb(205,186,169); }

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