#CFB7A6

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

Shades of Grain Brown #CFB7A6

Tints of Grain Brown #CFB7A6

Color information

#CFB7A6 (or 0xCFB7A6) is unknown color: approx Grain Brown. HEX triplet: CF, B7 and A6. RGB value is (207,183,166). Sum of RGB (Red+Green+Blue) = 207+183+166=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB7A6 is #304859. Grayscale: #BCBCBC. Windows color (decimal): -3164250 or 10926031. OLE color: 10926031.

HSL color Cylindrical-coordinate representation of color #CFB7A6: hue angle of 24.88º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFB7A6 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207183166-
CMYK00.120.200.19
HSL24.88º29.93%73.14%-
HSV(B)24.88º19.81%81.18%-
XYZ49.5549.8943.09-
YUV188.24115.45141.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 183 (71.88% from 255) = 32.91%
BLUE value IS 166 (65.23% from 255) = 29.86%
R=37.23%
G=32.91%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718316600.120.200.1924.8829.9373.14
HexCFB7A60C1413191e49
Octal31726724601424233136111
Binary11001111101101111010011001100101001001111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7A6; }

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

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

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

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

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

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

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

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