Html Css Color HEX #C99A47 Tussock

📋 copy color: '#C99A47'

red 201 ◦ green 154 ◦ blue 71

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

Shades of Tussock #C99A47

Tints of Tussock #C99A47

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

 BLUE value IS 71 (28.13% from 255) = 16.67%

R = 47.18%
G = 36.15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C99A47 (or 0xC99A47) is known color: Tussock. HEX triplet: C9, 9A and 47. RGB value is (201,154,71). Sum of RGB (Red+Green+Blue) = 201+154+71=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A47 is #3665B8. Grayscale: #9E9E9E. Windows color (decimal): -3564985 or 4692681. OLE color: 4692681.

HSL color Cylindrical-coordinate representation of color #C99A47: hue angle of 38.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C99A47 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 71 -
CMYK 0 0.23 0.65 0.21
HSL 38.31º 0.55% 0.53% -
HSV(B) 38.31º 0.65% 0.79% -
XYZ 36.78 35.98 10.97 -
YUV 158.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 201 154 71 0 0.23 0.65 0.21 38.31 0.55 0.53
Hex C9 9A 47 0 17 41 15 26 37 35
Octal 311 232 107 0 27 101 25 46 67 65
Binary 11001001 10011010 1000111 0 10111 1000001 10101 100110 110111 110101

Color Harmonies of #C99A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A47

Black with #C99A47

Text Example


Text Example

White with #C99A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A47; }

 p { color: rgb(201,154,71); }

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

background-color css

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

 a { background-color: rgb(201,154,71); }

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

border-color css

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

 span { border-color: rgb(201,154,71); }

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