#C0A170

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

Shades of Fallow #C0A170

Tints of Fallow #C0A170

Color information

#C0A170 (or 0xC0A170) is unknown color: approx Fallow. HEX triplet: C0, A1 and 70. RGB value is (192,161,112). Sum of RGB (Red+Green+Blue) = 192+161+112=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A170 is #3F5E8F. Grayscale: #A4A4A4. Windows color (decimal): -4152976 or 7381440. OLE color: 7381440.

HSL color Cylindrical-coordinate representation of color #C0A170: hue angle of 36.75º 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 #C0A170 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB192161112-
CMYK00.160.420.25
HSL36.75º38.83%59.61%-
HSV(B)36.75º41.67%75.29%-
XYZ37.4137.8720.67-
YUV164.6898.27147.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 112 (44.14% from 255) = 24.09%
R=41.29%
G=34.62%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216111200.160.420.2536.7538.8359.61
HexC0A1700102A1925273c
Octal3002411600205231454774
Binary1100000010100001111000001000010101011001100101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A170; }

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

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

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

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

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

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

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

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