#C8A266

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

Shades of Fallow #C8A266

Tints of Fallow #C8A266

Color information

#C8A266 (or 0xC8A266) is unknown color: approx Fallow. HEX triplet: C8, A2 and 66. RGB value is (200,162,102). Sum of RGB (Red+Green+Blue) = 200+162+102=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A266 is #375D99. Grayscale: #A6A6A6. Windows color (decimal): -3628442 or 6726344. OLE color: 6726344.

HSL color Cylindrical-coordinate representation of color #C8A266: hue angle of 36.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8A266 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200162102-
CMYK00.190.490.22
HSL36.73º47.12%59.22%-
HSV(B)36.73º49%78.43%-
XYZ39.1439.0818.05-
YUV166.5291.59151.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 102 (40.23% from 255) = 21.98%
R=43.10%
G=34.91%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016210200.190.490.2236.7347.1259.22
HexC8A2660133116252f3b
Octal3102421460236126455773
Binary1100100010100010110011001001111000110110100101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A266; }

 p { color: rgb(200,162,102); }

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

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

 a { background-color: rgb(200,162,102); }

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

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

 span { border-color: rgb(200,162,102); }

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