Html Css Color HEX #C59950 Tussock

📋 copy color: '#C59950'

red 197 ◦ green 153 ◦ blue 80

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

Shades of Tussock #C59950

Tints of Tussock #C59950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 45.81%
G = 35.58%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C59950 (or 0xC59950) is known color: Tussock. HEX triplet: C5, 99 and 50. RGB value is (197,153,80). Sum of RGB (Red+Green+Blue) = 197+153+80=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C59950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59950 is #3A66AF. Grayscale: #9E9E9E. Windows color (decimal): -3827376 or 5282245. OLE color: 5282245.

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

Color convert

RGB 197 153 80 -
CMYK 0 0.22 0.59 0.23
HSL 37.44º 0.5% 0.54% -
HSV(B) 37.44º 0.59% 0.77% -
XYZ 35.87 35.23 12.5 -
YUV 157.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 197 153 80 0 0.22 0.59 0.23 37.44 0.5 0.54
Hex C5 99 50 0 16 3B 17 25 32 36
Octal 305 231 120 0 26 73 27 45 62 66
Binary 11000101 10011001 1010000 0 10110 111011 10111 100101 110010 110110

Color Harmonies of #C59950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59950

Black with #C59950

Text Example


Text Example

White with #C59950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59950; }

 p { color: rgb(197,153,80); }

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

background-color css

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

 a { background-color: rgb(197,153,80); }

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

border-color css

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

 span { border-color: rgb(197,153,80); }

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