Html Css Color HEX #C4994A Tussock

📋 copy color: '#C4994A'

red 196 ◦ green 153 ◦ blue 74

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

Shades of Tussock #C4994A

Tints of Tussock #C4994A

RGB

 RED value IS 196 (76.95% from 255) = 46.34%

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

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

R = 46.34%
G = 36.17%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4994A (or 0xC4994A) is known color: Tussock. HEX triplet: C4, 99 and 4A. RGB value is (196,153,74). Sum of RGB (Red+Green+Blue) = 196+153+74=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4994A is #3B66B5. Grayscale: #9D9D9D. Windows color (decimal): -3892918 or 4889028. OLE color: 4889028.

HSL color Cylindrical-coordinate representation of color #C4994A: hue angle of 38.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4994A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 74 -
CMYK 0 0.22 0.62 0.23
HSL 38.85º 0.51% 0.53% -
HSV(B) 38.85º 0.62% 0.77% -
XYZ 35.39 35.01 11.37 -
YUV 156.85 81.25 155.92 -
System Red Green Blue C M Y K H S L
Decimal 196 153 74 0 0.22 0.62 0.23 38.85 0.51 0.53
Hex C4 99 4A 0 16 3E 17 27 33 35
Octal 304 231 112 0 26 76 27 47 63 65
Binary 11000100 10011001 1001010 0 10110 111110 10111 100111 110011 110101

Color Harmonies of #C4994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4994A

Black with #C4994A

Text Example


Text Example

White with #C4994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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