#CDBBA9

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

Shades of Grain Brown #CDBBA9

Tints of Grain Brown #CDBBA9

Color information

#CDBBA9 (or 0xCDBBA9) is unknown color: approx Grain Brown. HEX triplet: CD, BB and A9. RGB value is (205,187,169). Sum of RGB (Red+Green+Blue) = 205+187+169=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBA9 is #324456. Grayscale: #BEBEBE. Windows color (decimal): -3294295 or 11123661. OLE color: 11123661.

HSL color Cylindrical-coordinate representation of color #CDBBA9: hue angle of 30º 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 #CDBBA9 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205187169-
CMYK00.090.180.20
HSL30º26.47%73.33%-
HSV(B)30º17.56%80.39%-
XYZ50.1151.3844.81-
YUV190.33115.96138.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=36.54%
G=33.33%
B=30.12%

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
Decimal20518716900.090.180.203026.4773.33
HexCDBBA90912141e1a49
Octal31527325101122243632111
Binary11001101101110111010100101001100101010011110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBA9; }

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

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

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

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

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

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

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

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