#c3a06c

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

Shades of Fallow #C3A06C

Tints of Fallow #C3A06C

Color information

#C3A06C (or 0xC3A06C) is unknown color: approx Fallow. HEX triplet: C3, A0 and 6C. RGB value is (195,160,108). Sum of RGB (Red+Green+Blue) = 195+160+108=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A06C is #3C5F93. Grayscale: #A4A4A4. Windows color (decimal): -3956628 or 7119043. OLE color: 7119043.

HSL color Cylindrical-coordinate representation of color #C3A06C: hue angle of 35.86º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3A06C is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB195160108-
CMYK00.180.450.24
HSL35.86º42.03%59.41%-
HSV(B)35.86º44.62%76.47%-
XYZ37.7837.8319.5-
YUV164.5496.1149.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=42.12%
G=34.56%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516010800.180.450.2435.8642.0359.41
HexC3A06C0122D18242a3b
Octal3032401540225530445273
Binary1100001110100000110110001001010110111000100100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3a06c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3a06c; }

 p { color: rgb(195,160,108); }

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

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

 a { background-color: rgb(195,160,108); }

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

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

 span { border-color: rgb(195,160,108); }

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