Html Css Color HEX #C5A075 Fallow

📋 copy color: '#C5A075'

red 197 ◦ green 160 ◦ blue 117

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

Shades of Fallow #C5A075

Tints of Fallow #C5A075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 41.56%
G = 33.76%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C5A075 (or 0xC5A075) is known color: Fallow. HEX triplet: C5, A0 and 75. RGB value is (197,160,117). Sum of RGB (Red+Green+Blue) = 197+160+117=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A075 is #3A5F8A. Grayscale: #A6A6A6. Windows color (decimal): -3825547 or 7708869. OLE color: 7708869.

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

Color convert

RGB 197 160 117 -
CMYK 0 0.19 0.41 0.23
HSL 32.25º 0.41% 0.62% -
HSV(B) 32.25º 0.41% 0.77% -
XYZ 38.81 38.3 22.18 -
YUV 166.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 197 160 117 0 0.19 0.41 0.23 32.25 0.41 0.62
Hex C5 A0 75 0 13 29 17 20 29 3E
Octal 305 240 165 0 23 51 27 40 51 76
Binary 11000101 10100000 1110101 0 10011 101001 10111 100000 101001 111110

Color Harmonies of #C5A075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A075

Black with #C5A075

Text Example


Text Example

White with #C5A075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A075; }

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

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

background-color css

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

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

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

border-color css

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

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

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