#CDBAA7

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

Shades of Grain Brown #CDBAA7

Tints of Grain Brown #CDBAA7

Color information

#CDBAA7 (or 0xCDBAA7) is unknown color: approx Grain Brown. HEX triplet: CD, BA and A7. RGB value is (205,186,167). Sum of RGB (Red+Green+Blue) = 205+186+167=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBAA7 is #324558. Grayscale: #BDBDBD. Windows color (decimal): -3294553 or 10992333. OLE color: 10992333.

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

Color convert

RGB205186167-
CMYK00.090.190.20
HSL30º27.54%72.94%-
HSV(B)30º18.54%80.39%-
XYZ49.7150.8943.76-
YUV189.52115.29139.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 167 (65.62% from 255) = 29.93%
R=36.74%
G=33.33%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518616700.090.190.203027.5472.94
HexCDBAA70913141e1c49
Octal31527224701123243634111
Binary11001101101110101010011101001100111010011110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAA7; }

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

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

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

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

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

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

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

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