Html Css Color HEX #C7A271 Fallow

📋 copy color: '#C7A271'

red 199 ◦ green 162 ◦ blue 113

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

Shades of Fallow #C7A271

Tints of Fallow #C7A271

RGB

 RED value IS 199 (78.13% from 255) = 41.98%

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

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

R = 41.98%
G = 34.18%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C7A271 (or 0xC7A271) is known color: Fallow. HEX triplet: C7, A2 and 71. RGB value is (199,162,113). Sum of RGB (Red+Green+Blue) = 199+162+113=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A271 is #385D8E. Grayscale: #A7A7A7. Windows color (decimal): -3693967 or 7447239. OLE color: 7447239.

HSL color Cylindrical-coordinate representation of color #C7A271: hue angle of 34.19º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7A271 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 162 113 -
CMYK 0 0.19 0.43 0.22
HSL 34.19º 0.43% 0.61% -
HSV(B) 34.19º 0.43% 0.78% -
XYZ 39.45 39.18 21.1 -
YUV 167.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 199 162 113 0 0.19 0.43 0.22 34.19 0.43 0.61
Hex C7 A2 71 0 13 2B 16 22 2B 3D
Octal 307 242 161 0 23 53 26 42 53 75
Binary 11000111 10100010 1110001 0 10011 101011 10110 100010 101011 111101

Color Harmonies of #C7A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A271

Black with #C7A271

Text Example


Text Example

White with #C7A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A271; }

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

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

background-color css

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

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

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

border-color css

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

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

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