Html Css Color HEX #C5A475 Fallow

📋 copy color: '#C5A475'

red 197 ◦ green 164 ◦ blue 117

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

Shades of Fallow #C5A475

Tints of Fallow #C5A475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.31%

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

R = 41.21%
G = 34.31%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C5A475 (or 0xC5A475) is known color: Fallow. HEX triplet: C5, A4 and 75. RGB value is (197,164,117). Sum of RGB (Red+Green+Blue) = 197+164+117=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A475 is #3A5B8A. Grayscale: #A8A8A8. Windows color (decimal): -3824523 or 7709893. OLE color: 7709893.

HSL color Cylindrical-coordinate representation of color #C5A475: hue angle of 35.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 #C5A475 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 117 -
CMYK 0 0.17 0.41 0.23
HSL 35.25º 0.41% 0.62% -
HSV(B) 35.25º 0.41% 0.77% -
XYZ 39.51 39.71 22.41 -
YUV 168.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 197 164 117 0 0.17 0.41 0.23 35.25 0.41 0.62
Hex C5 A4 75 0 11 29 17 23 29 3E
Octal 305 244 165 0 21 51 27 43 51 76
Binary 11000101 10100100 1110101 0 10001 101001 10111 100011 101001 111110

Color Harmonies of #C5A475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A475

Black with #C5A475

Text Example


Text Example

White with #C5A475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A475; }

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

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

background-color css

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

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

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

border-color css

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

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

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