#C3A374

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

Shades of Fallow #C3A374

Tints of Fallow #C3A374

Color information

#C3A374 (or 0xC3A374) is unknown color: approx Fallow. HEX triplet: C3, A3 and 74. RGB value is (195,163,116). Sum of RGB (Red+Green+Blue) = 195+163+116=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A374 is #3C5C8B. Grayscale: #A7A7A7. Windows color (decimal): -3955852 or 7644099. OLE color: 7644099.

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

Color convert

RGB195163116-
CMYK00.160.410.24
HSL35.7º39.7%60.98%-
HSV(B)35.7º40.51%76.47%-
XYZ38.7639.0622.02-
YUV167.2199.1147.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 163 (64.06% from 255) = 34.39%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=41.14%
G=34.39%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516311600.160.410.2435.739.760.98
HexC3A374010291824283d
Octal3032431640205130445075
Binary1100001110100011111010001000010100111000100100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A374; }

 p { color: rgb(195,163,116); }

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

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

 a { background-color: rgb(195,163,116); }

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

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

 span { border-color: rgb(195,163,116); }

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