#C0A36F

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

Shades of Fallow #C0A36F

Tints of Fallow #C0A36F

Color information

#C0A36F (or 0xC0A36F) is unknown color: approx Fallow. HEX triplet: C0, A3 and 6F. RGB value is (192,163,111). Sum of RGB (Red+Green+Blue) = 192+163+111=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A36F is #3F5C90. Grayscale: #A5A5A5. Windows color (decimal): -4152465 or 7316416. OLE color: 7316416.

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

Color convert

RGB192163111-
CMYK00.150.420.25
HSL38.52º39.13%59.41%-
HSV(B)38.52º42.19%75.29%-
XYZ37.738.5520.49-
YUV165.7497.11146.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 111 (43.75% from 255) = 23.82%
R=41.20%
G=34.98%
B=23.82%

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
Decimal19216311100.150.420.2538.5239.1359.41
HexC0A36F0F2A1927273b
Octal3002431570175231474773
Binary110000001010001111011110111110101011001100111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A36F; }

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

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

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

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

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

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

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

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