Html Css Color HEX #C7994A Tussock

📋 copy color: '#C7994A'

red 199 ◦ green 153 ◦ blue 74

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

Shades of Tussock #C7994A

Tints of Tussock #C7994A

RGB

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

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

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

R = 46.71%
G = 35.92%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7994A (or 0xC7994A) is known color: Tussock. HEX triplet: C7, 99 and 4A. RGB value is (199,153,74). Sum of RGB (Red+Green+Blue) = 199+153+74=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7994A is #3866B5. Grayscale: #9E9E9E. Windows color (decimal): -3696310 or 4889031. OLE color: 4889031.

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

Color convert

RGB 199 153 74 -
CMYK 0 0.23 0.63 0.22
HSL 37.92º 0.53% 0.54% -
HSV(B) 37.92º 0.63% 0.78% -
XYZ 36.18 35.42 11.41 -
YUV 157.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 199 153 74 0 0.23 0.63 0.22 37.92 0.53 0.54
Hex C7 99 4A 0 17 3F 16 26 35 36
Octal 307 231 112 0 27 77 26 46 65 66
Binary 11000111 10011001 1001010 0 10111 111111 10110 100110 110101 110110

Color Harmonies of #C7994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7994A

Black with #C7994A

Text Example


Text Example

White with #C7994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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