Html Css Color HEX #C5A073 Fallow

📋 copy color: '#C5A073'

red 197 ◦ green 160 ◦ blue 115

#C5A073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fallow #C5A073

Tints of Fallow #C5A073

RGB

 RED value IS 197 (77.34% from 255) = 41.74%

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 41.74%
G = 33.9%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C5A073 (or 0xC5A073) is known color: Fallow. HEX triplet: C5, A0 and 73. RGB value is (197,160,115). Sum of RGB (Red+Green+Blue) = 197+160+115=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A073 is #3A5F8C. Grayscale: #A6A6A6. Windows color (decimal): -3825549 or 7577797. OLE color: 7577797.

HSL color Cylindrical-coordinate representation of color #C5A073: hue angle of 32.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5A073 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 160 115 -
CMYK 0 0.19 0.42 0.23
HSL 32.93º 0.41% 0.61% -
HSV(B) 32.93º 0.42% 0.77% -
XYZ 38.69 38.25 21.56 -
YUV 165.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 197 160 115 0 0.19 0.42 0.23 32.93 0.41 0.61
Hex C5 A0 73 0 13 2A 17 21 29 3D
Octal 305 240 163 0 23 52 27 41 51 75
Binary 11000101 10100000 1110011 0 10011 101010 10111 100001 101001 111101

Color Harmonies of #C5A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A073

Black with #C5A073

Text Example


Text Example

White with #C5A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A073; }

 p { color: rgb(197,160,115); }

 H1.HeaderClassName
 {
   color: #C5A073;
 }
 .AnyTagClassName
 {
   color: #C5A073;
 }
</style>

background-color css

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

 a { background-color: rgb(197,160,115); }

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

border-color css

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

 span { border-color: rgb(197,160,115); }

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