#C3A073

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

Shades of Fallow #C3A073

Tints of Fallow #C3A073

Color information

#C3A073 (or 0xC3A073) is unknown color: approx Fallow. HEX triplet: C3, A0 and 73. RGB value is (195,160,115). Sum of RGB (Red+Green+Blue) = 195+160+115=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A073 is #3C5F8C. Grayscale: #A5A5A5. Windows color (decimal): -3956621 or 7577795. OLE color: 7577795.

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

Color convert

RGB195160115-
CMYK00.180.410.24
HSL33.75º40%60.78%-
HSV(B)33.75º41.03%76.47%-
XYZ38.1737.9821.54-
YUV165.3499.6149.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 115 (45.31% from 255) = 24.47%
R=41.49%
G=34.04%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516011500.180.410.2433.754060.78
HexC3A073012291822283d
Octal3032401630225130425075
Binary1100001110100000111001101001010100111000100010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A073; }

 p { color: rgb(195,160,115); }

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

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

 a { background-color: rgb(195,160,115); }

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

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

 span { border-color: rgb(195,160,115); }

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