Html Css Color HEX #C5A276 Fallow

📋 copy color: '#C5A276'

red 197 ◦ green 162 ◦ blue 118

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

Shades of Fallow #C5A276

Tints of Fallow #C5A276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.96%

 BLUE value IS 118 (46.48% from 255) = 24.74%

R = 41.3%
G = 33.96%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C5A276 (or 0xC5A276) is known color: Fallow. HEX triplet: C5, A2 and 76. RGB value is (197,162,118). Sum of RGB (Red+Green+Blue) = 197+162+118=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A276 is #3A5D89. Grayscale: #A7A7A7. Windows color (decimal): -3825034 or 7774917. OLE color: 7774917.

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

Color convert

RGB 197 162 118 -
CMYK 0 0.18 0.40 0.23
HSL 33.42º 0.41% 0.62% -
HSV(B) 33.42º 0.4% 0.77% -
XYZ 39.22 39.02 22.6 -
YUV 167.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 197 162 118 0 0.18 0.40 0.23 33.42 0.41 0.62
Hex C5 A2 76 0 12 28 17 21 29 3E
Octal 305 242 166 0 22 50 27 41 51 76
Binary 11000101 10100010 1110110 0 10010 101000 10111 100001 101001 111110

Color Harmonies of #C5A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A276

Black with #C5A276

Text Example


Text Example

White with #C5A276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A276; }

 p { color: rgb(197,162,118); }

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

background-color css

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

 a { background-color: rgb(197,162,118); }

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

border-color css

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

 span { border-color: rgb(197,162,118); }

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