#C0A072

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

Shades of Fallow #C0A072

Tints of Fallow #C0A072

Color information

#C0A072 (or 0xC0A072) is unknown color: approx Fallow. HEX triplet: C0, A0 and 72. RGB value is (192,160,114). Sum of RGB (Red+Green+Blue) = 192+160+114=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A072 is #3F5F8D. Grayscale: #A4A4A4. Windows color (decimal): -4153230 or 7512256. OLE color: 7512256.

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

Color convert

RGB192160114-
CMYK00.170.410.25
HSL35.38º38.24%60%-
HSV(B)35.38º40.62%75.29%-
XYZ37.3537.5621.2-
YUV164.3299.6147.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=41.20%
G=34.33%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216011400.170.410.2535.3838.2460
HexC0A072011291923263c
Octal3002401620215131434674
Binary1100000010100000111001001000110100111001100011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A072; }

 p { color: rgb(192,160,114); }

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

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

 a { background-color: rgb(192,160,114); }

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

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

 span { border-color: rgb(192,160,114); }

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