Html Css Color HEX #C99B49 Tussock

📋 copy color: '#C99B49'

red 201 ◦ green 155 ◦ blue 73

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

Shades of Tussock #C99B49

Tints of Tussock #C99B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 46.85%
G = 36.13%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C99B49 (or 0xC99B49) is known color: Tussock. HEX triplet: C9, 9B and 49. RGB value is (201,155,73). Sum of RGB (Red+Green+Blue) = 201+155+73=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B49 is #3664B6. Grayscale: #9F9F9F. Windows color (decimal): -3564727 or 4824009. OLE color: 4824009.

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

Color convert

RGB 201 155 73 -
CMYK 0 0.23 0.64 0.21
HSL 38.44º 0.54% 0.54% -
HSV(B) 38.44º 0.64% 0.79% -
XYZ 37.01 36.34 11.37 -
YUV 159.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 201 155 73 0 0.23 0.64 0.21 38.44 0.54 0.54
Hex C9 9B 49 0 17 40 15 26 36 36
Octal 311 233 111 0 27 100 25 46 66 66
Binary 11001001 10011011 1001001 0 10111 1000000 10101 100110 110110 110110

Color Harmonies of #C99B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B49

Black with #C99B49

Text Example


Text Example

White with #C99B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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