#CDB9AA

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

Shades of Grain Brown #CDB9AA

Tints of Grain Brown #CDB9AA

Color information

#CDB9AA (or 0xCDB9AA) is unknown color: approx Grain Brown. HEX triplet: CD, B9 and AA. RGB value is (205,185,170). Sum of RGB (Red+Green+Blue) = 205+185+170=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB9AA is #324655. Grayscale: #BDBDBD. Windows color (decimal): -3294806 or 11188685. OLE color: 11188685.

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

Color convert

RGB205185170-
CMYK00.100.170.20
HSL25.71º25.93%73.53%-
HSV(B)25.71º17.07%80.39%-
XYZ49.7850.5845.17-
YUV189.27117.13139.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=36.61%
G=33.04%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518517000.100.170.2025.7125.9373.53
HexCDB9AA0A11141a1a4a
Octal31527125201221243232112
Binary11001101101110011010101001010100011010011010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9AA; }

 p { color: rgb(205,185,170); }

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

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

 a { background-color: rgb(205,185,170); }

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

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

 span { border-color: rgb(205,185,170); }

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