#C3A172

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

Shades of Fallow #C3A172

Tints of Fallow #C3A172

Color information

#C3A172 (or 0xC3A172) is unknown color: approx Fallow. HEX triplet: C3, A1 and 72. RGB value is (195,161,114). Sum of RGB (Red+Green+Blue) = 195+161+114=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A172 is #3C5E8D. Grayscale: #A6A6A6. Windows color (decimal): -3956366 or 7512515. OLE color: 7512515.

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

Color convert

RGB195161114-
CMYK00.170.420.24
HSL34.81º40.3%60.59%-
HSV(B)34.81º41.54%76.47%-
XYZ38.2938.3121.3-
YUV165.8198.76148.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 161 (63.28% from 255) = 34.26%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=41.49%
G=34.26%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516111400.170.420.2434.8140.360.59
HexC3A1720112A1823283d
Octal3032411620215230435075
Binary1100001110100001111001001000110101011000100011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A172; }

 p { color: rgb(195,161,114); }

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

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

 a { background-color: rgb(195,161,114); }

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

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

 span { border-color: rgb(195,161,114); }

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