#CFB7A3

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

Shades of Grain Brown #CFB7A3

Tints of Grain Brown #CFB7A3

Color information

#CFB7A3 (or 0xCFB7A3) is unknown color: approx Grain Brown. HEX triplet: CF, B7 and A3. RGB value is (207,183,163). Sum of RGB (Red+Green+Blue) = 207+183+163=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB7A3 is #30485C. Grayscale: #BCBCBC. Windows color (decimal): -3164253 or 10729423. OLE color: 10729423.

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

Color convert

RGB207183163-
CMYK00.120.210.19
HSL27.27º31.43%72.55%-
HSV(B)27.27º21.26%81.18%-
XYZ49.2849.7841.66-
YUV187.9113.95141.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 163 (64.06% from 255) = 29.48%
R=37.43%
G=33.09%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718316300.120.210.1927.2731.4372.55
HexCFB7A30C15131b1f49
Octal31726724301425233337111
Binary11001111101101111010001101100101011001111011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB7A3; }

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

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

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

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

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

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

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

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