#CFB9A0

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

Shades of Grain Brown #CFB9A0

Tints of Grain Brown #CFB9A0

Color information

#CFB9A0 (or 0xCFB9A0) is unknown color: approx Grain Brown. HEX triplet: CF, B9 and A0. RGB value is (207,185,160). Sum of RGB (Red+Green+Blue) = 207+185+160=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9A0 is #30465F. Grayscale: #BCBCBC. Windows color (decimal): -3163744 or 10533327. OLE color: 10533327.

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

Color convert

RGB207185160-
CMYK00.110.230.19
HSL31.91º32.87%71.96%-
HSV(B)31.91º22.71%81.18%-
XYZ49.4350.540.4-
YUV188.73111.79141.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 160 (62.89% from 255) = 28.99%
R=37.5%
G=33.51%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718516000.110.230.1931.9132.8771.96
HexCFB9A00B1713202148
Octal31727124001327234041110
Binary1100111110111001101000000101110111100111000001000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9A0; }

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

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

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

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

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

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

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

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