Html Css Color HEX #C4994E Tussock

📋 copy color: '#C4994E'

red 196 ◦ green 153 ◦ blue 78

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

Shades of Tussock #C4994E

Tints of Tussock #C4994E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.27%

R = 45.9%
G = 35.83%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4994E (or 0xC4994E) is known color: Tussock. HEX triplet: C4, 99 and 4E. RGB value is (196,153,78). Sum of RGB (Red+Green+Blue) = 196+153+78=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4994E is #3B66B1. Grayscale: #9D9D9D. Windows color (decimal): -3892914 or 5151172. OLE color: 5151172.

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

Color convert

RGB 196 153 78 -
CMYK 0 0.22 0.60 0.23
HSL 38.14º 0.5% 0.54% -
HSV(B) 38.14º 0.6% 0.77% -
XYZ 35.53 35.07 12.1 -
YUV 157.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 196 153 78 0 0.22 0.60 0.23 38.14 0.5 0.54
Hex C4 99 4E 0 16 3C 17 26 32 36
Octal 304 231 116 0 26 74 27 46 62 66
Binary 11000100 10011001 1001110 0 10110 111100 10111 100110 110010 110110

Color Harmonies of #C4994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4994E

Black with #C4994E

Text Example


Text Example

White with #C4994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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