#C0A370

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

Shades of Fallow #C0A370

Tints of Fallow #C0A370

Color information

#C0A370 (or 0xC0A370) is unknown color: approx Fallow. HEX triplet: C0, A3 and 70. RGB value is (192,163,112). Sum of RGB (Red+Green+Blue) = 192+163+112=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A370 is #3F5C8F. Grayscale: #A6A6A6. Windows color (decimal): -4152464 or 7381952. OLE color: 7381952.

HSL color Cylindrical-coordinate representation of color #C0A370: hue angle of 38.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0A370 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB192163112-
CMYK00.150.420.25
HSL38.25º38.83%59.61%-
HSV(B)38.25º41.67%75.29%-
XYZ37.7638.5720.78-
YUV165.8697.61146.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=41.11%
G=34.90%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216311200.150.420.2538.2538.8359.61
HexC0A3700F2A1926273c
Octal3002431600175231464774
Binary110000001010001111100000111110101011001100110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A370; }

 p { color: rgb(192,163,112); }

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

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

 a { background-color: rgb(192,163,112); }

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

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

 span { border-color: rgb(192,163,112); }

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