#C8A375

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

Shades of Fallow #C8A375

Tints of Fallow #C8A375

Color information

#C8A375 (or 0xC8A375) is unknown color: approx Fallow. HEX triplet: C8, A3 and 75. RGB value is (200,163,117). Sum of RGB (Red+Green+Blue) = 200+163+117=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A375 is #375C8A. Grayscale: #A9A9A9. Windows color (decimal): -3628171 or 7709640. OLE color: 7709640.

HSL color Cylindrical-coordinate representation of color #C8A375: hue angle of 33.25º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8A375 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200163117-
CMYK00.180.420.22
HSL33.25º43.01%62.16%-
HSV(B)33.25º41.5%78.43%-
XYZ40.1339.7622.39-
YUV168.8298.76150.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 117 (46.09% from 255) = 24.38%
R=41.67%
G=33.96%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016311700.180.420.2233.2543.0162.16
HexC8A3750122A16212b3e
Octal3102431650225226415376
Binary1100100010100011111010101001010101010110100001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A375; }

 p { color: rgb(200,163,117); }

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

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

 a { background-color: rgb(200,163,117); }

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

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

 span { border-color: rgb(200,163,117); }

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