#C1A475

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

Shades of Fallow #C1A475

Tints of Fallow #C1A475

Color information

#C1A475 (or 0xC1A475) is unknown color: approx Fallow. HEX triplet: C1, A4 and 75. RGB value is (193,164,117). Sum of RGB (Red+Green+Blue) = 193+164+117=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A475 is #3E5B8A. Grayscale: #A7A7A7. Windows color (decimal): -4086667 or 7709889. OLE color: 7709889.

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

Color convert

RGB193164117-
CMYK00.150.390.24
HSL37.11º38%60.78%-
HSV(B)37.11º39.38%75.69%-
XYZ38.4839.1722.36-
YUV167.3199.61146.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 164 (64.45% from 255) = 34.60%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=40.72%
G=34.60%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316411700.150.390.2437.113860.78
HexC1A4750F271825263d
Octal3012441650174730454675
Binary110000011010010011101010111110011111000100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A475; }

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

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

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

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

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

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

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

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