Html Css Color HEX #C3A271 Fallow

📋 copy color: '#C3A271'

red 195 ◦ green 162 ◦ blue 113

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

Shades of Fallow #C3A271

Tints of Fallow #C3A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 113 (44.53% from 255) = 24.04%

R = 41.49%
G = 34.47%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C3A271 (or 0xC3A271) is known color: Fallow. HEX triplet: C3, A2 and 71. RGB value is (195,162,113). Sum of RGB (Red+Green+Blue) = 195+162+113=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A271 is #3C5D8E. Grayscale: #A6A6A6. Windows color (decimal): -3956111 or 7447235. OLE color: 7447235.

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

Color convert

RGB 195 162 113 -
CMYK 0 0.17 0.42 0.24
HSL 35.85º 0.41% 0.6% -
HSV(B) 35.85º 0.42% 0.76% -
XYZ 38.41 38.64 21.06 -
YUV 166.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 195 162 113 0 0.17 0.42 0.24 35.85 0.41 0.6
Hex C3 A2 71 0 11 2A 18 24 29 3C
Octal 303 242 161 0 21 52 30 44 51 74
Binary 11000011 10100010 1110001 0 10001 101010 11000 100100 101001 111100

Color Harmonies of #C3A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A271

Black with #C3A271

Text Example


Text Example

White with #C3A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A271; }

 p { color: rgb(195,162,113); }

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

background-color css

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

 a { background-color: rgb(195,162,113); }

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

border-color css

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

 span { border-color: rgb(195,162,113); }

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