Html Css Color HEX #C79D4A Tussock

📋 copy color: '#C79D4A'

red 199 ◦ green 157 ◦ blue 74

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

Shades of Tussock #C79D4A

Tints of Tussock #C79D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 46.28%
G = 36.51%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C79D4A (or 0xC79D4A) is known color: Tussock. HEX triplet: C7, 9D and 4A. RGB value is (199,157,74). Sum of RGB (Red+Green+Blue) = 199+157+74=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D4A is #3862B5. Grayscale: #A0A0A0. Windows color (decimal): -3695286 or 4890055. OLE color: 4890055.

HSL color Cylindrical-coordinate representation of color #C79D4A: hue angle of 39.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C79D4A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 157 74 -
CMYK 0 0.21 0.63 0.22
HSL 39.84º 0.53% 0.54% -
HSV(B) 39.84º 0.63% 0.78% -
XYZ 36.85 36.75 11.63 -
YUV 160.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 199 157 74 0 0.21 0.63 0.22 39.84 0.53 0.54
Hex C7 9D 4A 0 15 3F 16 28 35 36
Octal 307 235 112 0 25 77 26 50 65 66
Binary 11000111 10011101 1001010 0 10101 111111 10110 101000 110101 110110

Color Harmonies of #C79D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79D4A

Black with #C79D4A

Text Example


Text Example

White with #C79D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79D4A; }

 p { color: rgb(199,157,74); }

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

background-color css

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

 a { background-color: rgb(199,157,74); }

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

border-color css

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

 span { border-color: rgb(199,157,74); }

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