Html Css Color HEX #C2A370 Fallow

📋 copy color: '#C2A370'

red 194 ◦ green 163 ◦ blue 112

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

Shades of Fallow #C2A370

Tints of Fallow #C2A370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 41.36%
G = 34.75%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C2A370 (or 0xC2A370) is known color: Fallow. HEX triplet: C2, A3 and 70. RGB value is (194,163,112). Sum of RGB (Red+Green+Blue) = 194+163+112=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A370 is #3D5C8F. Grayscale: #A6A6A6. Windows color (decimal): -4021392 or 7381954. OLE color: 7381954.

HSL color Cylindrical-coordinate representation of color #C2A370: hue angle of 37.32º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2A370 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 163 112 -
CMYK 0 0.16 0.42 0.24
HSL 37.32º 0.4% 0.6% -
HSV(B) 37.32º 0.42% 0.76% -
XYZ 38.27 38.83 20.81 -
YUV 166.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 194 163 112 0 0.16 0.42 0.24 37.32 0.4 0.6
Hex C2 A3 70 0 10 2A 18 25 28 3C
Octal 302 243 160 0 20 52 30 45 50 74
Binary 11000010 10100011 1110000 0 10000 101010 11000 100101 101000 111100

Color Harmonies of #C2A370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A370

Black with #C2A370

Text Example


Text Example

White with #C2A370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A370; }

 p { color: rgb(194,163,112); }

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

background-color css

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

 a { background-color: rgb(194,163,112); }

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

border-color css

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

 span { border-color: rgb(194,163,112); }

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