#C1A478

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

Shades of Fallow #C1A478

Tints of Fallow #C1A478

Color information

#C1A478 (or 0xC1A478) is unknown color: approx Fallow. HEX triplet: C1, A4 and 78. RGB value is (193,164,120). Sum of RGB (Red+Green+Blue) = 193+164+120=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A478 is #3E5B87. Grayscale: #A7A7A7. Windows color (decimal): -4086664 or 7906497. OLE color: 7906497.

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

Color convert

RGB193164120-
CMYK00.150.380.24
HSL36.16º37.06%61.37%-
HSV(B)36.16º37.82%75.69%-
XYZ38.6639.2423.31-
YUV167.66101.11146.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=40.46%
G=34.38%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316412000.150.380.2436.1637.0661.37
HexC1A4780F261824253d
Octal3012441700174630444575
Binary110000011010010011110000111110011011000100100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A478; }

 p { color: rgb(193,164,120); }

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

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

 a { background-color: rgb(193,164,120); }

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

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

 span { border-color: rgb(193,164,120); }

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