#CDBAA4

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

Shades of Grain Brown #CDBAA4

Tints of Grain Brown #CDBAA4

Color information

#CDBAA4 (or 0xCDBAA4) is unknown color: approx Grain Brown. HEX triplet: CD, BA and A4. RGB value is (205,186,164). Sum of RGB (Red+Green+Blue) = 205+186+164=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBAA4 is #32455B. Grayscale: #BDBDBD. Windows color (decimal): -3294556 or 10795725. OLE color: 10795725.

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

Color convert

RGB205186164-
CMYK00.090.20.20
HSL32.2º29.08%72.35%-
HSV(B)32.2º20%80.39%-
XYZ49.4450.7842.32-
YUV189.17113.79139.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 164 (64.45% from 255) = 29.55%
R=36.94%
G=33.51%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518616400.090.20.2032.229.0872.35
HexCDBAA4091414201d48
Octal31527224401124244035110
Binary110011011011101010100100010011010010100100000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBAA4; }

 p { color: rgb(205,186,164); }

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

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

 a { background-color: rgb(205,186,164); }

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

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

 span { border-color: rgb(205,186,164); }

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