#C0A277

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

Shades of Fallow #C0A277

Tints of Fallow #C0A277

Color information

#C0A277 (or 0xC0A277) is unknown color: approx Fallow. HEX triplet: C0, A2 and 77. RGB value is (192,162,119). Sum of RGB (Red+Green+Blue) = 192+162+119=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A277 is #3F5D88. Grayscale: #A6A6A6. Windows color (decimal): -4152713 or 7840448. OLE color: 7840448.

HSL color Cylindrical-coordinate representation of color #C0A277: hue angle of 35.34º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0A277 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB192162119-
CMYK00.160.380.25
HSL35.34º36.68%60.98%-
HSV(B)35.34º38.02%75.29%-
XYZ37.9938.3822.86-
YUV166.07101.44146.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 162 (63.67% from 255) = 34.25%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=40.59%
G=34.25%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216211900.160.380.2535.3436.6860.98
HexC0A277010261923253d
Octal3002421670204631434575
Binary1100000010100010111011101000010011011001100011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A277; }

 p { color: rgb(192,162,119); }

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

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

 a { background-color: rgb(192,162,119); }

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

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

 span { border-color: rgb(192,162,119); }

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