Html Css Color HEX #C4974D Tussock

📋 copy color: '#C4974D'

red 196 ◦ green 151 ◦ blue 77

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

Shades of Tussock #C4974D

Tints of Tussock #C4974D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

 BLUE value IS 77 (30.47% from 255) = 18.16%

R = 46.23%
G = 35.61%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4974D (or 0xC4974D) is known color: Tussock. HEX triplet: C4, 97 and 4D. RGB value is (196,151,77). Sum of RGB (Red+Green+Blue) = 196+151+77=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4974D is #3B68B2. Grayscale: #9C9C9C. Windows color (decimal): -3893427 or 5085124. OLE color: 5085124.

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

Color convert

RGB 196 151 77 -
CMYK 0 0.23 0.61 0.23
HSL 37.31º 0.5% 0.54% -
HSV(B) 37.31º 0.61% 0.77% -
XYZ 35.17 34.4 11.81 -
YUV 156.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 196 151 77 0 0.23 0.61 0.23 37.31 0.5 0.54
Hex C4 97 4D 0 17 3D 17 25 32 36
Octal 304 227 115 0 27 75 27 45 62 66
Binary 11000100 10010111 1001101 0 10111 111101 10111 100101 110010 110110

Color Harmonies of #C4974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4974D

Black with #C4974D

Text Example


Text Example

White with #C4974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4974D; }

 p { color: rgb(196,151,77); }

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

background-color css

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

 a { background-color: rgb(196,151,77); }

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

border-color css

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

 span { border-color: rgb(196,151,77); }

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