#CDBAA5

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

Shades of Grain Brown #CDBAA5

Tints of Grain Brown #CDBAA5

Color information

#CDBAA5 (or 0xCDBAA5) is unknown color: approx Grain Brown. HEX triplet: CD, BA and A5. RGB value is (205,186,165). Sum of RGB (Red+Green+Blue) = 205+186+165=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBAA5 is #32455A. Grayscale: #BDBDBD. Windows color (decimal): -3294555 or 10861261. OLE color: 10861261.

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

Color convert

RGB205186165-
CMYK00.090.200.20
HSL31.5º28.57%72.55%-
HSV(B)31.5º19.51%80.39%-
XYZ49.5350.8142.79-
YUV189.29114.29139.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=36.87%
G=33.45%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518616500.090.200.2031.528.5772.55
HexCDBAA5091414201d49
Octal31527224501124244035111
Binary110011011011101010100101010011010010100100000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAA5; }

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

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

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

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

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

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

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

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