Html Css Color HEX #C2A064 Fallow

📋 copy color: '#C2A064'

red 194 ◦ green 160 ◦ blue 100

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

Shades of Fallow #C2A064

Tints of Fallow #C2A064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 42.73%
G = 35.24%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2A064 (or 0xC2A064) is known color: Fallow. HEX triplet: C2, A0 and 64. RGB value is (194,160,100). Sum of RGB (Red+Green+Blue) = 194+160+100=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A064 is #3D5F9B. Grayscale: #A3A3A3. Windows color (decimal): -4022172 or 6594754. OLE color: 6594754.

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

Color convert

RGB 194 160 100 -
CMYK 0 0.18 0.48 0.24
HSL 38.3º 0.44% 0.58% -
HSV(B) 38.3º 0.48% 0.76% -
XYZ 37.12 37.53 17.34 -
YUV 163.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 194 160 100 0 0.18 0.48 0.24 38.3 0.44 0.58
Hex C2 A0 64 0 12 30 18 26 2C 3A
Octal 302 240 144 0 22 60 30 46 54 72
Binary 11000010 10100000 1100100 0 10010 110000 11000 100110 101100 111010

Color Harmonies of #C2A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A064

Black with #C2A064

Text Example


Text Example

White with #C2A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A064; }

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

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

background-color css

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

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

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

border-color css

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

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

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