#CDB5A2

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

Shades of Grain Brown #CDB5A2

Tints of Grain Brown #CDB5A2

Color information

#CDB5A2 (or 0xCDB5A2) is unknown color: approx Grain Brown. HEX triplet: CD, B5 and A2. RGB value is (205,181,162). Sum of RGB (Red+Green+Blue) = 205+181+162=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5A2 is #324A5D. Grayscale: #BABABA. Windows color (decimal): -3295838 or 10663373. OLE color: 10663373.

HSL color Cylindrical-coordinate representation of color #CDB5A2: hue angle of 26.51º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB5A2 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB205181162-
CMYK00.120.210.20
HSL26.51º30.07%71.96%-
HSV(B)26.51º20.98%80.39%-
XYZ48.2248.6441.03-
YUV186.01114.45141.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 162 (63.67% from 255) = 29.56%
R=37.41%
G=33.03%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518116200.120.210.2026.5130.0771.96
HexCDB5A20C15141b1e48
Octal31526524201425243336110
Binary11001101101101011010001001100101011010011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5A2; }

 p { color: rgb(205,181,162); }

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

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

 a { background-color: rgb(205,181,162); }

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

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

 span { border-color: rgb(205,181,162); }

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