Html Css Color HEX #C79970 Fallow

📋 copy color: '#C79970'

red 199 ◦ green 153 ◦ blue 112

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

Shades of Fallow #C79970

Tints of Fallow #C79970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.97%

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

R = 42.89%
G = 32.97%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C79970 (or 0xC79970) is known color: Fallow. HEX triplet: C7, 99 and 70. RGB value is (199,153,112). Sum of RGB (Red+Green+Blue) = 199+153+112=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C79970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79970 is #38668F. Grayscale: #A2A2A2. Windows color (decimal): -3696272 or 7379399. OLE color: 7379399.

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

Color convert

RGB 199 153 112 -
CMYK 0 0.23 0.44 0.22
HSL 28.28º 0.44% 0.61% -
HSV(B) 28.28º 0.44% 0.78% -
XYZ 37.87 36.09 20.3 -
YUV 162.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 199 153 112 0 0.23 0.44 0.22 28.28 0.44 0.61
Hex C7 99 70 0 17 2C 16 1C 2C 3D
Octal 307 231 160 0 27 54 26 34 54 75
Binary 11000111 10011001 1110000 0 10111 101100 10110 11100 101100 111101

Color Harmonies of #C79970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79970

Black with #C79970

Text Example


Text Example

White with #C79970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79970; }

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

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

background-color css

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

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

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

border-color css

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

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

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