Html Css Color HEX #C4A074 Fallow

📋 copy color: '#C4A074'

red 196 ◦ green 160 ◦ blue 116

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

Shades of Fallow #C4A074

Tints of Fallow #C4A074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.58%

R = 41.53%
G = 33.9%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C4A074 (or 0xC4A074) is known color: Fallow. HEX triplet: C4, A0 and 74. RGB value is (196,160,116). Sum of RGB (Red+Green+Blue) = 196+160+116=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A074 is #3B5F8B. Grayscale: #A5A5A5. Windows color (decimal): -3891084 or 7643332. OLE color: 7643332.

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

Color convert

RGB 196 160 116 -
CMYK 0 0.18 0.41 0.23
HSL 33º 0.4% 0.61% -
HSV(B) 33º 0.41% 0.77% -
XYZ 38.49 38.14 21.86 -
YUV 165.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 196 160 116 0 0.18 0.41 0.23 33 0.4 0.61
Hex C4 A0 74 0 12 29 17 21 28 3D
Octal 304 240 164 0 22 51 27 41 50 75
Binary 11000100 10100000 1110100 0 10010 101001 10111 100001 101000 111101

Color Harmonies of #C4A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A074

Black with #C4A074

Text Example


Text Example

White with #C4A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A074; }

 p { color: rgb(196,160,116); }

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

background-color css

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

 a { background-color: rgb(196,160,116); }

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

border-color css

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

 span { border-color: rgb(196,160,116); }

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