#CFB9A1

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

Shades of Grain Brown #CFB9A1

Tints of Grain Brown #CFB9A1

Color information

#CFB9A1 (or 0xCFB9A1) is unknown color: approx Grain Brown. HEX triplet: CF, B9 and A1. RGB value is (207,185,161). Sum of RGB (Red+Green+Blue) = 207+185+161=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB9A1 is #30465E. Grayscale: #BCBCBC. Windows color (decimal): -3163743 or 10598863. OLE color: 10598863.

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

Color convert

RGB207185161-
CMYK00.110.220.19
HSL31.3º32.39%72.16%-
HSV(B)31.3º22.22%81.18%-
XYZ49.5150.5440.86-
YUV188.84112.29140.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 161 (63.28% from 255) = 29.11%
R=37.43%
G=33.45%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718516100.110.220.1931.332.3972.16
HexCFB9A10B16131f2048
Octal31727124101326233740110
Binary110011111011100110100001010111011010011111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9A1; }

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

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

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

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

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

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

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

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