Html Css Color HEX #C4A276 Fallow

📋 copy color: '#C4A276'

red 196 ◦ green 162 ◦ blue 118

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

Shades of Fallow #C4A276

Tints of Fallow #C4A276

RGB

 RED value IS 196 (76.95% from 255) = 41.18%

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

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

R = 41.18%
G = 34.03%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C4A276 (or 0xC4A276) is known color: Fallow. HEX triplet: C4, A2 and 76. RGB value is (196,162,118). Sum of RGB (Red+Green+Blue) = 196+162+118=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A276 is #3B5D89. Grayscale: #A7A7A7. Windows color (decimal): -3890570 or 7774916. OLE color: 7774916.

HSL color Cylindrical-coordinate representation of color #C4A276: hue angle of 33.85º degrees, saturation: 0.4, 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 #C4A276 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 162 118 -
CMYK 0 0.17 0.40 0.23
HSL 33.85º 0.4% 0.62% -
HSV(B) 33.85º 0.4% 0.77% -
XYZ 38.96 38.88 22.59 -
YUV 167.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 196 162 118 0 0.17 0.40 0.23 33.85 0.4 0.62
Hex C4 A2 76 0 11 28 17 22 28 3E
Octal 304 242 166 0 21 50 27 42 50 76
Binary 11000100 10100010 1110110 0 10001 101000 10111 100010 101000 111110

Color Harmonies of #C4A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A276

Black with #C4A276

Text Example


Text Example

White with #C4A276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A276; }

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

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

background-color css

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

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

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

border-color css

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

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

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