Html Css Color HEX #C5974A Tussock

📋 copy color: '#C5974A'

red 197 ◦ green 151 ◦ blue 74

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

Shades of Tussock #C5974A

Tints of Tussock #C5974A

RGB

 RED value IS 197 (77.34% from 255) = 46.68%

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

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

R = 46.68%
G = 35.78%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5974A (or 0xC5974A) is known color: Tussock. HEX triplet: C5, 97 and 4A. RGB value is (197,151,74). Sum of RGB (Red+Green+Blue) = 197+151+74=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5974A is #3A68B5. Grayscale: #9C9C9C. Windows color (decimal): -3827894 or 4888517. OLE color: 4888517.

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

Color convert

RGB 197 151 74 -
CMYK 0 0.23 0.62 0.23
HSL 37.56º 0.51% 0.53% -
HSV(B) 37.56º 0.62% 0.77% -
XYZ 35.33 34.5 11.28 -
YUV 155.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 197 151 74 0 0.23 0.62 0.23 37.56 0.51 0.53
Hex C5 97 4A 0 17 3E 17 26 33 35
Octal 305 227 112 0 27 76 27 46 63 65
Binary 11000101 10010111 1001010 0 10111 111110 10111 100110 110011 110101

Color Harmonies of #C5974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5974A

Black with #C5974A

Text Example


Text Example

White with #C5974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5974A; }

 p { color: rgb(197,151,74); }

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

background-color css

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

 a { background-color: rgb(197,151,74); }

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

border-color css

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

 span { border-color: rgb(197,151,74); }

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