Html Css Color HEX #C7A16B Fallow

📋 copy color: '#C7A16B'

red 199 ◦ green 161 ◦ blue 107

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

Shades of Fallow #C7A16B

Tints of Fallow #C7A16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.91%

R = 42.61%
G = 34.48%
B = 22.91%

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

#C7A16B (or 0xC7A16B) is known color: Fallow. HEX triplet: C7, A1 and 6B. RGB value is (199,161,107). Sum of RGB (Red+Green+Blue) = 199+161+107=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A16B is #385E94. Grayscale: #A6A6A6. Windows color (decimal): -3694229 or 7053767. OLE color: 7053767.

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

Color convert

RGB 199 161 107 -
CMYK 0 0.19 0.46 0.22
HSL 35.22º 0.45% 0.6% -
HSV(B) 35.22º 0.46% 0.78% -
XYZ 38.95 38.69 19.33 -
YUV 166.21 94.59 151.39 -
System Red Green Blue C M Y K H S L
Decimal 199 161 107 0 0.19 0.46 0.22 35.22 0.45 0.6
Hex C7 A1 6B 0 13 2E 16 23 2D 3C
Octal 307 241 153 0 23 56 26 43 55 74
Binary 11000111 10100001 1101011 0 10011 101110 10110 100011 101101 111100

Color Harmonies of #C7A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A16B

Black with #C7A16B

Text Example


Text Example

White with #C7A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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