Html Css Color HEX #C7A170 Fallow

📋 copy color: '#C7A170'

red 199 ◦ green 161 ◦ blue 112

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

Shades of Fallow #C7A170

Tints of Fallow #C7A170

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.11%

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

R = 42.16%
G = 34.11%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7A170 (or 0xC7A170) is known color: Fallow. HEX triplet: C7, A1 and 70. RGB value is (199,161,112). Sum of RGB (Red+Green+Blue) = 199+161+112=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A170 is #385E8F. Grayscale: #A7A7A7. Windows color (decimal): -3694224 or 7381447. OLE color: 7381447.

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

Color convert

RGB 199 161 112 -
CMYK 0 0.19 0.44 0.22
HSL 33.79º 0.44% 0.61% -
HSV(B) 33.79º 0.44% 0.78% -
XYZ 39.22 38.8 20.75 -
YUV 166.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 199 161 112 0 0.19 0.44 0.22 33.79 0.44 0.61
Hex C7 A1 70 0 13 2C 16 22 2C 3D
Octal 307 241 160 0 23 54 26 42 54 75
Binary 11000111 10100001 1110000 0 10011 101100 10110 100010 101100 111101

Color Harmonies of #C7A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A170

Black with #C7A170

Text Example


Text Example

White with #C7A170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A170; }

 p { color: rgb(199,161,112); }

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

background-color css

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

 a { background-color: rgb(199,161,112); }

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

border-color css

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

 span { border-color: rgb(199,161,112); }

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