Html Css Color HEX #C59650 Tussock

📋 copy color: '#C59650'

red 197 ◦ green 150 ◦ blue 80

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

Shades of Tussock #C59650

Tints of Tussock #C59650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

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

R = 46.14%
G = 35.13%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C59650 (or 0xC59650) is known color: Tussock. HEX triplet: C5, 96 and 50. RGB value is (197,150,80). Sum of RGB (Red+Green+Blue) = 197+150+80=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C59650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59650 is #3A69AF. Grayscale: #9C9C9C. Windows color (decimal): -3828144 or 5281477. OLE color: 5281477.

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

Color convert

RGB 197 150 80 -
CMYK 0 0.24 0.59 0.23
HSL 35.9º 0.5% 0.54% -
HSV(B) 35.9º 0.59% 0.77% -
XYZ 35.38 34.26 12.34 -
YUV 156.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 197 150 80 0 0.24 0.59 0.23 35.9 0.5 0.54
Hex C5 96 50 0 18 3B 17 24 32 36
Octal 305 226 120 0 30 73 27 44 62 66
Binary 11000101 10010110 1010000 0 11000 111011 10111 100100 110010 110110

Color Harmonies of #C59650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59650

Black with #C59650

Text Example


Text Example

White with #C59650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59650; }

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

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

background-color css

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

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

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

border-color css

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

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

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