#C3A275

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

Shades of Fallow #C3A275

Tints of Fallow #C3A275

Color information

#C3A275 (or 0xC3A275) is unknown color: approx Fallow. HEX triplet: C3, A2 and 75. RGB value is (195,162,117). Sum of RGB (Red+Green+Blue) = 195+162+117=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A275 is #3C5D8A. Grayscale: #A6A6A6. Windows color (decimal): -3956107 or 7709379. OLE color: 7709379.

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

Color convert

RGB195162117-
CMYK00.170.40.24
HSL34.62º39.39%61.18%-
HSV(B)34.62º40%76.47%-
XYZ38.6438.7322.27-
YUV166.7499.93148.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=41.14%
G=34.18%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516211700.170.40.2434.6239.3961.18
HexC3A275011281823273d
Octal3032421650215030434775
Binary1100001110100010111010101000110100011000100011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A275; }

 p { color: rgb(195,162,117); }

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

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

 a { background-color: rgb(195,162,117); }

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

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

 span { border-color: rgb(195,162,117); }

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