Html Css Color HEX #C4A06D Fallow

📋 copy color: '#C4A06D'

red 196 ◦ green 160 ◦ blue 109

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

Shades of Fallow #C4A06D

Tints of Fallow #C4A06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.44%

R = 42.15%
G = 34.41%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4A06D (or 0xC4A06D) is known color: Fallow. HEX triplet: C4, A0 and 6D. RGB value is (196,160,109). Sum of RGB (Red+Green+Blue) = 196+160+109=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A06D is #3B5F92. Grayscale: #A5A5A5. Windows color (decimal): -3891091 or 7184580. OLE color: 7184580.

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

Color convert

RGB 196 160 109 -
CMYK 0 0.18 0.44 0.23
HSL 35.17º 0.42% 0.6% -
HSV(B) 35.17º 0.44% 0.77% -
XYZ 38.1 37.98 19.79 -
YUV 164.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 196 160 109 0 0.18 0.44 0.23 35.17 0.42 0.6
Hex C4 A0 6D 0 12 2C 17 23 2A 3C
Octal 304 240 155 0 22 54 27 43 52 74
Binary 11000100 10100000 1101101 0 10010 101100 10111 100011 101010 111100

Color Harmonies of #C4A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A06D

Black with #C4A06D

Text Example


Text Example

White with #C4A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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