#C3A170

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

Shades of Fallow #C3A170

Tints of Fallow #C3A170

Color information

#C3A170 (or 0xC3A170) is unknown color: approx Fallow. HEX triplet: C3, A1 and 70. RGB value is (195,161,112). Sum of RGB (Red+Green+Blue) = 195+161+112=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A170 is #3C5E8F. Grayscale: #A5A5A5. Windows color (decimal): -3956368 or 7381443. OLE color: 7381443.

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

Color convert

RGB195161112-
CMYK00.170.430.24
HSL35.42º40.89%60.2%-
HSV(B)35.42º42.56%76.47%-
XYZ38.1838.2620.7-
YUV165.5897.76148.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=41.67%
G=34.40%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516111200.170.430.2435.4240.8960.2
HexC3A1700112B1823293c
Octal3032411600215330435174
Binary1100001110100001111000001000110101111000100011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A170; }

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

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

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

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

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

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

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

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