#CFB9A4

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

Shades of Grain Brown #CFB9A4

Tints of Grain Brown #CFB9A4

Color information

#CFB9A4 (or 0xCFB9A4) is unknown color: approx Grain Brown. HEX triplet: CF, B9 and A4. RGB value is (207,185,164). Sum of RGB (Red+Green+Blue) = 207+185+164=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9A4 is #30465B. Grayscale: #BDBDBD. Windows color (decimal): -3163740 or 10795471. OLE color: 10795471.

HSL color Cylindrical-coordinate representation of color #CFB9A4: hue angle of 29.3º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFB9A4 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB207185164-
CMYK00.110.210.19
HSL29.3º30.94%72.75%-
HSV(B)29.3º20.77%81.18%-
XYZ49.7850.6442.27-
YUV189.18113.79140.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 164 (64.45% from 255) = 29.50%
R=37.23%
G=33.27%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718516400.110.210.1929.330.9472.75
HexCFB9A40B15131d1f49
Octal31727124401325233537111
Binary11001111101110011010010001011101011001111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9A4; }

 p { color: rgb(207,185,164); }

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

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

 a { background-color: rgb(207,185,164); }

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

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

 span { border-color: rgb(207,185,164); }

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