Html Css Color HEX #C79A50 Tussock

📋 copy color: '#C79A50'

red 199 ◦ green 154 ◦ blue 80

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

Shades of Tussock #C79A50

Tints of Tussock #C79A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

 BLUE value IS 80 (31.64% from 255) = 18.48%

R = 45.96%
G = 35.57%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C79A50 (or 0xC79A50) is known color: Tussock. HEX triplet: C7, 9A and 50. RGB value is (199,154,80). Sum of RGB (Red+Green+Blue) = 199+154+80=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C79A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79A50 is #3865AF. Grayscale: #9F9F9F. Windows color (decimal): -3696048 or 5282503. OLE color: 5282503.

HSL color Cylindrical-coordinate representation of color #C79A50: hue angle of 37.31º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C79A50 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 154 80 -
CMYK 0 0.23 0.60 0.22
HSL 37.31º 0.52% 0.55% -
HSV(B) 37.31º 0.6% 0.78% -
XYZ 36.56 35.83 12.58 -
YUV 159.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 199 154 80 0 0.23 0.60 0.22 37.31 0.52 0.55
Hex C7 9A 50 0 17 3C 16 25 34 37
Octal 307 232 120 0 27 74 26 45 64 67
Binary 11000111 10011010 1010000 0 10111 111100 10110 100101 110100 110111

Color Harmonies of #C79A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79A50

Black with #C79A50

Text Example


Text Example

White with #C79A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79A50; }

 p { color: rgb(199,154,80); }

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

background-color css

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

 a { background-color: rgb(199,154,80); }

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

border-color css

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

 span { border-color: rgb(199,154,80); }

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