Html Css Color HEX #C5994D Tussock

📋 copy color: '#C5994D'

red 197 ◦ green 153 ◦ blue 77

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

Shades of Tussock #C5994D

Tints of Tussock #C5994D

RGB

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

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

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

R = 46.14%
G = 35.83%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5994D (or 0xC5994D) is known color: Tussock. HEX triplet: C5, 99 and 4D. RGB value is (197,153,77). Sum of RGB (Red+Green+Blue) = 197+153+77=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5994D is #3A66B2. Grayscale: #9D9D9D. Windows color (decimal): -3827379 or 5085637. OLE color: 5085637.

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

Color convert

RGB 197 153 77 -
CMYK 0 0.22 0.61 0.23
HSL 38º 0.51% 0.54% -
HSV(B) 38º 0.61% 0.77% -
XYZ 35.76 35.19 11.93 -
YUV 157.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 197 153 77 0 0.22 0.61 0.23 38 0.51 0.54
Hex C5 99 4D 0 16 3D 17 26 33 36
Octal 305 231 115 0 26 75 27 46 63 66
Binary 11000101 10011001 1001101 0 10110 111101 10111 100110 110011 110110

Color Harmonies of #C5994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5994D

Black with #C5994D

Text Example


Text Example

White with #C5994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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