#CDBBAD

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

Shades of Grain Brown #CDBBAD

Tints of Grain Brown #CDBBAD

Color information

#CDBBAD (or 0xCDBBAD) is unknown color: approx Grain Brown. HEX triplet: CD, BB and AD. RGB value is (205,187,173). Sum of RGB (Red+Green+Blue) = 205+187+173=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBAD is #324452. Grayscale: #BEBEBE. Windows color (decimal): -3294291 or 11385805. OLE color: 11385805.

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

Color convert

RGB205187173-
CMYK00.090.160.20
HSL26.25º24.24%74.12%-
HSV(B)26.25º15.61%80.39%-
XYZ50.4951.5446.82-
YUV190.79117.96138.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=36.28%
G=33.10%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518717300.090.160.2026.2524.2474.12
HexCDBBAD0910141a184a
Octal31527325501120243230112
Binary11001101101110111010110101001100001010011010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBAD; }

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

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

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

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

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

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

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

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