#C1A076

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

Shades of Fallow #C1A076

Tints of Fallow #C1A076

Color information

#C1A076 (or 0xC1A076) is unknown color: approx Fallow. HEX triplet: C1, A0 and 76. RGB value is (193,160,118). Sum of RGB (Red+Green+Blue) = 193+160+118=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A076 is #3E5F89. Grayscale: #A5A5A5. Windows color (decimal): -4087690 or 7774401. OLE color: 7774401.

HSL color Cylindrical-coordinate representation of color #C1A076: hue angle of 33.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1A076 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB193160118-
CMYK00.170.390.24
HSL33.6º37.69%60.98%-
HSV(B)33.6º38.86%75.69%-
XYZ37.8337.7922.44-
YUV165.08101.43147.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=40.98%
G=33.97%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316011800.170.390.2433.637.6960.98
HexC1A076011271822263d
Octal3012401660214730424675
Binary1100000110100000111011001000110011111000100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A076; }

 p { color: rgb(193,160,118); }

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

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

 a { background-color: rgb(193,160,118); }

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

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

 span { border-color: rgb(193,160,118); }

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