#C8A36A

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

Shades of Fallow #C8A36A

Tints of Fallow #C8A36A

Color information

#C8A36A (or 0xC8A36A) is unknown color: approx Fallow. HEX triplet: C8, A3 and 6A. RGB value is (200,163,106). Sum of RGB (Red+Green+Blue) = 200+163+106=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A36A is #375C95. Grayscale: #A7A7A7. Windows color (decimal): -3628182 or 6988744. OLE color: 6988744.

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

Color convert

RGB200163106-
CMYK00.180.470.22
HSL36.38º46.08%60%-
HSV(B)36.38º47%78.43%-
XYZ39.5239.5119.18-
YUV167.5693.26151.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 106 (41.80% from 255) = 22.60%
R=42.64%
G=34.75%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016310600.180.470.2236.3846.0860
HexC8A36A0122F16242e3c
Octal3102431520225726445674
Binary1100100010100011110101001001010111110110100100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A36A; }

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

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

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

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

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

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

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

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