Html Css Color HEX #C5974D Tussock

📋 copy color: '#C5974D'

red 197 ◦ green 151 ◦ blue 77

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

Shades of Tussock #C5974D

Tints of Tussock #C5974D

RGB

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

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

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

R = 46.35%
G = 35.53%
B = 18.12%

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

#C5974D (or 0xC5974D) is known color: Tussock. HEX triplet: C5, 97 and 4D. RGB value is (197,151,77). Sum of RGB (Red+Green+Blue) = 197+151+77=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5974D is #3A68B2. Grayscale: #9C9C9C. Windows color (decimal): -3827891 or 5085125. OLE color: 5085125.

HSL color Cylindrical-coordinate representation of color #C5974D: hue angle of 37º degrees, saturation: 0.51, 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 #C5974D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 151 77 -
CMYK 0 0.23 0.61 0.23
HSL 37º 0.51% 0.54% -
HSV(B) 37º 0.61% 0.77% -
XYZ 35.43 34.54 11.82 -
YUV 156.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 197 151 77 0 0.23 0.61 0.23 37 0.51 0.54
Hex C5 97 4D 0 17 3D 17 25 33 36
Octal 305 227 115 0 27 75 27 45 63 66
Binary 11000101 10010111 1001101 0 10111 111101 10111 100101 110011 110110

Color Harmonies of #C5974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5974D

Black with #C5974D

Text Example


Text Example

White with #C5974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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