Html Css Color HEX #C5964D Tussock

📋 copy color: '#C5964D'

red 197 ◦ green 150 ◦ blue 77

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

Shades of Tussock #C5964D

Tints of Tussock #C5964D

RGB

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

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

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

R = 46.46%
G = 35.38%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5964D (or 0xC5964D) is known color: Tussock. HEX triplet: C5, 96 and 4D. RGB value is (197,150,77). Sum of RGB (Red+Green+Blue) = 197+150+77=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5964D is #3A69B2. Grayscale: #9C9C9C. Windows color (decimal): -3828147 or 5084869. OLE color: 5084869.

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

Color convert

RGB 197 150 77 -
CMYK 0 0.24 0.61 0.23
HSL 36.5º 0.51% 0.54% -
HSV(B) 36.5º 0.61% 0.77% -
XYZ 35.27 34.22 11.77 -
YUV 155.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 197 150 77 0 0.24 0.61 0.23 36.5 0.51 0.54
Hex C5 96 4D 0 18 3D 17 24 33 36
Octal 305 226 115 0 30 75 27 44 63 66
Binary 11000101 10010110 1001101 0 11000 111101 10111 100100 110011 110110

Color Harmonies of #C5964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5964D

Black with #C5964D

Text Example


Text Example

White with #C5964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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