Html Css Color HEX #C4A376 Fallow

📋 copy color: '#C4A376'

red 196 ◦ green 163 ◦ blue 118

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

Shades of Fallow #C4A376

Tints of Fallow #C4A376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.17%

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

R = 41.09%
G = 34.17%
B = 24.74%

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

#C4A376 (or 0xC4A376) is known color: Fallow. HEX triplet: C4, A3 and 76. RGB value is (196,163,118). Sum of RGB (Red+Green+Blue) = 196+163+118=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A376 is #3B5C89. Grayscale: #A7A7A7. Windows color (decimal): -3890314 or 7775172. OLE color: 7775172.

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

Color convert

RGB 196 163 118 -
CMYK 0 0.17 0.40 0.23
HSL 34.62º 0.4% 0.62% -
HSV(B) 34.62º 0.4% 0.77% -
XYZ 39.13 39.24 22.65 -
YUV 167.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 196 163 118 0 0.17 0.40 0.23 34.62 0.4 0.62
Hex C4 A3 76 0 11 28 17 23 28 3E
Octal 304 243 166 0 21 50 27 43 50 76
Binary 11000100 10100011 1110110 0 10001 101000 10111 100011 101000 111110

Color Harmonies of #C4A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A376

Black with #C4A376

Text Example


Text Example

White with #C4A376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A376; }

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

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

background-color css

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

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

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

border-color css

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

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

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