#C2A166

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

Shades of Fallow #C2A166

Tints of Fallow #C2A166

Color information

#C2A166 (or 0xC2A166) is unknown color: approx Fallow. HEX triplet: C2, A1 and 66. RGB value is (194,161,102). Sum of RGB (Red+Green+Blue) = 194+161+102=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A166 is #3D5E99. Grayscale: #A4A4A4. Windows color (decimal): -4021914 or 6726082. OLE color: 6726082.

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

Color convert

RGB194161102-
CMYK00.170.470.24
HSL38.48º42.99%58.04%-
HSV(B)38.48º47.42%76.08%-
XYZ37.3937.9217.92-
YUV164.1492.93149.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=42.45%
G=35.23%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416110200.170.470.2438.4842.9958.04
HexC2A1660112F18262b3a
Octal3022411460215730465372
Binary1100001010100001110011001000110111111000100110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A166; }

 p { color: rgb(194,161,102); }

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

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

 a { background-color: rgb(194,161,102); }

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

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

 span { border-color: rgb(194,161,102); }

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