#C7A267

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

Shades of Fallow #C7A267

Tints of Fallow #C7A267

Color information

#C7A267 (or 0xC7A267) is unknown color: approx Fallow. HEX triplet: C7, A2 and 67. RGB value is (199,162,103). Sum of RGB (Red+Green+Blue) = 199+162+103=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A267 is #385D98. Grayscale: #A6A6A6. Windows color (decimal): -3693977 or 6791879. OLE color: 6791879.

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

Color convert

RGB199162103-
CMYK00.190.480.22
HSL36.88º46.15%59.22%-
HSV(B)36.88º48.24%78.04%-
XYZ38.9238.9618.3-
YUV166.3492.26151.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 103 (40.62% from 255) = 22.20%
R=42.89%
G=34.91%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916210300.190.480.2236.8846.1559.22
HexC7A2670133016252e3b
Octal3072421470236026455673
Binary1100011110100010110011101001111000010110100101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A267; }

 p { color: rgb(199,162,103); }

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

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

 a { background-color: rgb(199,162,103); }

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

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

 span { border-color: rgb(199,162,103); }

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