#C7A36C

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

Shades of Fallow #C7A36C

Tints of Fallow #C7A36C

Color information

#C7A36C (or 0xC7A36C) is unknown color: approx Fallow. HEX triplet: C7, A3 and 6C. RGB value is (199,163,108). Sum of RGB (Red+Green+Blue) = 199+163+108=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A36C is #385C93. Grayscale: #A7A7A7. Windows color (decimal): -3693716 or 7119815. OLE color: 7119815.

HSL color Cylindrical-coordinate representation of color #C7A36C: hue angle of 36.26º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7A36C is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199163108-
CMYK00.180.460.22
HSL36.26º44.83%60.2%-
HSV(B)36.26º45.73%78.04%-
XYZ39.3639.4219.72-
YUV167.4994.43150.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 108 (42.58% from 255) = 22.98%
R=42.34%
G=34.68%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916310800.180.460.2236.2644.8360.2
HexC7A36C0122E16242d3c
Octal3072431540225626445574
Binary1100011110100011110110001001010111010110100100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A36C; }

 p { color: rgb(199,163,108); }

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

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

 a { background-color: rgb(199,163,108); }

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

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

 span { border-color: rgb(199,163,108); }

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