#C1A375

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

Shades of Fallow #C1A375

Tints of Fallow #C1A375

Color information

#C1A375 (or 0xC1A375) is unknown color: approx Fallow. HEX triplet: C1, A3 and 75. RGB value is (193,163,117). Sum of RGB (Red+Green+Blue) = 193+163+117=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A375 is #3E5C8A. Grayscale: #A6A6A6. Windows color (decimal): -4086923 or 7709633. OLE color: 7709633.

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

Color convert

RGB193163117-
CMYK00.160.390.24
HSL36.32º38%60.78%-
HSV(B)36.32º39.38%75.69%-
XYZ38.338.8222.3-
YUV166.7399.94146.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=40.80%
G=34.46%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316311700.160.390.2436.323860.78
HexC1A375010271824263d
Octal3012431650204730444675
Binary1100000110100011111010101000010011111000100100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A375; }

 p { color: rgb(193,163,117); }

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

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

 a { background-color: rgb(193,163,117); }

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

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

 span { border-color: rgb(193,163,117); }

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