#C8A068

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

Shades of Fallow #C8A068

Tints of Fallow #C8A068

Color information

#C8A068 (or 0xC8A068) is unknown color: approx Fallow. HEX triplet: C8, A0 and 68. RGB value is (200,160,104). Sum of RGB (Red+Green+Blue) = 200+160+104=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A068 is #375F97. Grayscale: #A5A5A5. Windows color (decimal): -3628952 or 6856904. OLE color: 6856904.

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

Color convert

RGB200160104-
CMYK00.20.480.22
HSL35º46.6%59.61%-
HSV(B)35º48%78.43%-
XYZ38.8938.4218.46-
YUV165.5893.25152.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=43.10%
G=34.48%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016010400.20.480.223546.659.61
HexC8A0680143016232f3c
Octal3102401500246026435774
Binary1100100010100000110100001010011000010110100011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A068; }

 p { color: rgb(200,160,104); }

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

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

 a { background-color: rgb(200,160,104); }

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

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

 span { border-color: rgb(200,160,104); }

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