Html Css Color HEX #C99749 Tussock

📋 copy color: '#C99749'

red 201 ◦ green 151 ◦ blue 73

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

Shades of Tussock #C99749

Tints of Tussock #C99749

RGB

 RED value IS 201 (78.91% from 255) = 47.29%

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

 BLUE value IS 73 (28.91% from 255) = 17.18%

R = 47.29%
G = 35.53%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C99749 (or 0xC99749) is known color: Tussock. HEX triplet: C9, 97 and 49. RGB value is (201,151,73). Sum of RGB (Red+Green+Blue) = 201+151+73=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C99749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99749 is #3668B6. Grayscale: #9D9D9D. Windows color (decimal): -3565751 or 4822985. OLE color: 4822985.

HSL color Cylindrical-coordinate representation of color #C99749: hue angle of 36.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C99749 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 73 -
CMYK 0 0.25 0.64 0.21
HSL 36.56º 0.54% 0.54% -
HSV(B) 36.56º 0.64% 0.79% -
XYZ 36.36 35.03 11.15 -
YUV 157.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 201 151 73 0 0.25 0.64 0.21 36.56 0.54 0.54
Hex C9 97 49 0 19 40 15 25 36 36
Octal 311 227 111 0 31 100 25 45 66 66
Binary 11001001 10010111 1001001 0 11001 1000000 10101 100101 110110 110110

Color Harmonies of #C99749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99749

Black with #C99749

Text Example


Text Example

White with #C99749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99749; }

 p { color: rgb(201,151,73); }

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

background-color css

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

 a { background-color: rgb(201,151,73); }

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

border-color css

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

 span { border-color: rgb(201,151,73); }

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