Html Css Color HEX #C3A470 Fallow

📋 copy color: '#C3A470'

red 195 ◦ green 164 ◦ blue 112

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

Shades of Fallow #C3A470

Tints of Fallow #C3A470

RGB

 RED value IS 195 (76.56% from 255) = 41.4%

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

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

R = 41.4%
G = 34.82%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3A470 (or 0xC3A470) is known color: Fallow. HEX triplet: C3, A4 and 70. RGB value is (195,164,112). Sum of RGB (Red+Green+Blue) = 195+164+112=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A470 is #3C5B8F. Grayscale: #A7A7A7. Windows color (decimal): -3955600 or 7382211. OLE color: 7382211.

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

Color convert

RGB 195 164 112 -
CMYK 0 0.16 0.43 0.24
HSL 37.59º 0.41% 0.6% -
HSV(B) 37.59º 0.43% 0.76% -
XYZ 38.71 39.32 20.88 -
YUV 167.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 195 164 112 0 0.16 0.43 0.24 37.59 0.41 0.6
Hex C3 A4 70 0 10 2B 18 26 29 3C
Octal 303 244 160 0 20 53 30 46 51 74
Binary 11000011 10100100 1110000 0 10000 101011 11000 100110 101001 111100

Color Harmonies of #C3A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A470

Black with #C3A470

Text Example


Text Example

White with #C3A470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A470; }

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

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

background-color css

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

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

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

border-color css

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

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

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