Html Css Color HEX #C2A06D Fallow

📋 copy color: '#C2A06D'

red 194 ◦ green 160 ◦ blue 109

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

Shades of Fallow #C2A06D

Tints of Fallow #C2A06D

RGB

 RED value IS 194 (76.17% from 255) = 41.9%

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

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

R = 41.9%
G = 34.56%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2A06D (or 0xC2A06D) is known color: Fallow. HEX triplet: C2, A0 and 6D. RGB value is (194,160,109). Sum of RGB (Red+Green+Blue) = 194+160+109=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A06D is #3D5F92. Grayscale: #A4A4A4. Windows color (decimal): -4022163 or 7184578. OLE color: 7184578.

HSL color Cylindrical-coordinate representation of color #C2A06D: hue angle of 36º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2A06D is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 160 109 -
CMYK 0 0.18 0.44 0.24
HSL 36º 0.41% 0.59% -
HSV(B) 36º 0.44% 0.76% -
XYZ 37.58 37.72 19.77 -
YUV 164.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 194 160 109 0 0.18 0.44 0.24 36 0.41 0.59
Hex C2 A0 6D 0 12 2C 18 24 29 3B
Octal 302 240 155 0 22 54 30 44 51 73
Binary 11000010 10100000 1101101 0 10010 101100 11000 100100 101001 111011

Color Harmonies of #C2A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A06D

Black with #C2A06D

Text Example


Text Example

White with #C2A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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