#CDBBAA

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

Shades of Grain Brown #CDBBAA

Tints of Grain Brown #CDBBAA

Color information

#CDBBAA (or 0xCDBBAA) is unknown color: approx Grain Brown. HEX triplet: CD, BB and AA. RGB value is (205,187,170). Sum of RGB (Red+Green+Blue) = 205+187+170=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBAA is #324455. Grayscale: #BEBEBE. Windows color (decimal): -3294294 or 11189197. OLE color: 11189197.

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

Color convert

RGB205187170-
CMYK00.090.170.20
HSL29.14º25.93%73.53%-
HSV(B)29.14º17.07%80.39%-
XYZ50.251.4245.31-
YUV190.44116.46138.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=36.48%
G=33.27%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518717000.090.170.2029.1425.9373.53
HexCDBBAA0911141d1a4a
Octal31527325201121243532112
Binary11001101101110111010101001001100011010011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBAA; }

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

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

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

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

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

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

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

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