Html Css Color HEX #C7A16C Fallow

📋 copy color: '#C7A16C'

red 199 ◦ green 161 ◦ blue 108

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

Shades of Fallow #C7A16C

Tints of Fallow #C7A16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.08%

R = 42.52%
G = 34.4%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7A16C (or 0xC7A16C) is known color: Fallow. HEX triplet: C7, A1 and 6C. RGB value is (199,161,108). Sum of RGB (Red+Green+Blue) = 199+161+108=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A16C is #385E93. Grayscale: #A6A6A6. Windows color (decimal): -3694228 or 7119303. OLE color: 7119303.

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

Color convert

RGB 199 161 108 -
CMYK 0 0.19 0.46 0.22
HSL 34.95º 0.45% 0.6% -
HSV(B) 34.95º 0.46% 0.78% -
XYZ 39 38.71 19.6 -
YUV 166.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 199 161 108 0 0.19 0.46 0.22 34.95 0.45 0.6
Hex C7 A1 6C 0 13 2E 16 23 2D 3C
Octal 307 241 154 0 23 56 26 43 55 74
Binary 11000111 10100001 1101100 0 10011 101110 10110 100011 101101 111100

Color Harmonies of #C7A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A16C

Black with #C7A16C

Text Example


Text Example

White with #C7A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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