Html Css Color HEX #C99D47 Tussock

📋 copy color: '#C99D47'

red 201 ◦ green 157 ◦ blue 71

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

Shades of Tussock #C99D47

Tints of Tussock #C99D47

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

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

R = 46.85%
G = 36.6%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C99D47 (or 0xC99D47) is known color: Tussock. HEX triplet: C9, 9D and 47. RGB value is (201,157,71). Sum of RGB (Red+Green+Blue) = 201+157+71=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D47 is #3662B8. Grayscale: #A0A0A0. Windows color (decimal): -3564217 or 4693449. OLE color: 4693449.

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

Color convert

RGB 201 157 71 -
CMYK 0 0.22 0.65 0.21
HSL 39.69º 0.55% 0.53% -
HSV(B) 39.69º 0.65% 0.79% -
XYZ 37.28 36.99 11.14 -
YUV 160.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 201 157 71 0 0.22 0.65 0.21 39.69 0.55 0.53
Hex C9 9D 47 0 16 41 15 28 37 35
Octal 311 235 107 0 26 101 25 50 67 65
Binary 11001001 10011101 1000111 0 10110 1000001 10101 101000 110111 110101

Color Harmonies of #C99D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D47

Black with #C99D47

Text Example


Text Example

White with #C99D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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