Html Css Color HEX #C7A166 Fallow

📋 copy color: '#C7A166'

red 199 ◦ green 161 ◦ blue 102

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

Shades of Fallow #C7A166

Tints of Fallow #C7A166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.08%

R = 43.07%
G = 34.85%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C7A166 (or 0xC7A166) is known color: Fallow. HEX triplet: C7, A1 and 66. RGB value is (199,161,102). Sum of RGB (Red+Green+Blue) = 199+161+102=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A166 is #385E99. Grayscale: #A5A5A5. Windows color (decimal): -3694234 or 6726087. OLE color: 6726087.

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

Color convert

RGB 199 161 102 -
CMYK 0 0.19 0.49 0.22
HSL 36.49º 0.46% 0.59% -
HSV(B) 36.49º 0.49% 0.78% -
XYZ 38.7 38.59 17.98 -
YUV 165.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 199 161 102 0 0.19 0.49 0.22 36.49 0.46 0.59
Hex C7 A1 66 0 13 31 16 24 2E 3B
Octal 307 241 146 0 23 61 26 44 56 73
Binary 11000111 10100001 1100110 0 10011 110001 10110 100100 101110 111011

Color Harmonies of #C7A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A166

Black with #C7A166

Text Example


Text Example

White with #C7A166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A166; }

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

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

background-color css

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

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

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

border-color css

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

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

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