#CFB7A2

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

Shades of Grain Brown #CFB7A2

Tints of Grain Brown #CFB7A2

Color information

#CFB7A2 (or 0xCFB7A2) is unknown color: approx Grain Brown. HEX triplet: CF, B7 and A2. RGB value is (207,183,162). Sum of RGB (Red+Green+Blue) = 207+183+162=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB7A2 is #30485D. Grayscale: #BBBBBB. Windows color (decimal): -3164254 or 10663887. OLE color: 10663887.

HSL color Cylindrical-coordinate representation of color #CFB7A2: hue angle of 28º 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 #CFB7A2 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB207183162-
CMYK00.120.220.19
HSL28º31.91%72.35%-
HSV(B)28º21.74%81.18%-
XYZ49.1949.7441.19-
YUV187.78113.45141.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 183 (71.88% from 255) = 33.15%
BLUE value IS 162 (63.67% from 255) = 29.35%
R=37.5%
G=33.15%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718316200.120.220.192831.9172.35
HexCFB7A20C16131c2048
Octal31726724201426233440110
Binary110011111011011110100010011001011010011111001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7A2; }

 p { color: rgb(207,183,162); }

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

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

 a { background-color: rgb(207,183,162); }

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

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

 span { border-color: rgb(207,183,162); }

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