Html Css Color HEX #C7A16F Fallow

📋 copy color: '#C7A16F'

red 199 ◦ green 161 ◦ blue 111

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

Shades of Fallow #C7A16F

Tints of Fallow #C7A16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 42.25%
G = 34.18%
B = 23.57%

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

#C7A16F (or 0xC7A16F) is known color: Fallow. HEX triplet: C7, A1 and 6F. RGB value is (199,161,111). Sum of RGB (Red+Green+Blue) = 199+161+111=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A16F is #385E90. Grayscale: #A6A6A6. Windows color (decimal): -3694225 or 7315911. OLE color: 7315911.

HSL color Cylindrical-coordinate representation of color #C7A16F: hue angle of 34.09º 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 #C7A16F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 161 111 -
CMYK 0 0.19 0.44 0.22
HSL 34.09º 0.44% 0.61% -
HSV(B) 34.09º 0.44% 0.78% -
XYZ 39.17 38.78 20.46 -
YUV 166.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 199 161 111 0 0.19 0.44 0.22 34.09 0.44 0.61
Hex C7 A1 6F 0 13 2C 16 22 2C 3D
Octal 307 241 157 0 23 54 26 42 54 75
Binary 11000111 10100001 1101111 0 10011 101100 10110 100010 101100 111101

Color Harmonies of #C7A16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A16F

Black with #C7A16F

Text Example


Text Example

White with #C7A16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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