Html Css Color HEX #C1A470 Fallow

📋 copy color: '#C1A470'

red 193 ◦ green 164 ◦ blue 112

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

Shades of Fallow #C1A470

Tints of Fallow #C1A470

RGB

 RED value IS 193 (75.78% from 255) = 41.15%

 GREEN value IS 164 (64.45% from 255) = 34.97%

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

R = 41.15%
G = 34.97%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1A470 (or 0xC1A470) is known color: Fallow. HEX triplet: C1, A4 and 70. RGB value is (193,164,112). Sum of RGB (Red+Green+Blue) = 193+164+112=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A470 is #3E5B8F. Grayscale: #A6A6A6. Windows color (decimal): -4086672 or 7382209. OLE color: 7382209.

HSL color Cylindrical-coordinate representation of color #C1A470: hue angle of 38.52º 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 #C1A470 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 164 112 -
CMYK 0 0.15 0.42 0.24
HSL 38.52º 0.4% 0.6% -
HSV(B) 38.52º 0.42% 0.76% -
XYZ 38.19 39.06 20.86 -
YUV 166.74 97.11 146.73 -
System Red Green Blue C M Y K H S L
Decimal 193 164 112 0 0.15 0.42 0.24 38.52 0.4 0.6
Hex C1 A4 70 0 F 2A 18 27 28 3C
Octal 301 244 160 0 17 52 30 47 50 74
Binary 11000001 10100100 1110000 0 1111 101010 11000 100111 101000 111100

Color Harmonies of #C1A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A470

Black with #C1A470

Text Example


Text Example

White with #C1A470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A470; }

 p { color: rgb(193,164,112); }

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

background-color css

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

 a { background-color: rgb(193,164,112); }

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

border-color css

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

 span { border-color: rgb(193,164,112); }

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