#c7946f

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

Shades of Fallow #C7946F

Tints of Fallow #C7946F

Color information

#C7946F (or 0xC7946F) is unknown color: approx Fallow. HEX triplet: C7, 94 and 6F. RGB value is (199,148,111). Sum of RGB (Red+Green+Blue) = 199+148+111=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7946F is #386B90. Grayscale: #9F9F9F. Windows color (decimal): -3697553 or 7312583. OLE color: 7312583.

HSL color Cylindrical-coordinate representation of color #C7946F: hue angle of 25.23º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7946F is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB199148111-
CMYK00.260.440.22
HSL25.23º44%60.78%-
HSV(B)25.23º44.22%78.04%-
XYZ37.0134.4719.74-
YUV159.03100.9156.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=43.45%
G=32.31%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914811100.260.440.2225.234460.78
HexC7946F01A2C16192c3d
Octal3072241570325426315475
Binary110001111001010011011110110101011001011011001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7946f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7946f; }

 p { color: rgb(199,148,111); }

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

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

 a { background-color: rgb(199,148,111); }

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

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

 span { border-color: rgb(199,148,111); }

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