Html Css Color HEX #C99B47 Tussock

📋 copy color: '#C99B47'

red 201 ◦ green 155 ◦ blue 71

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

Shades of Tussock #C99B47

Tints of Tussock #C99B47

RGB

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

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

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

R = 47.07%
G = 36.3%
B = 16.63%

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

#C99B47 (or 0xC99B47) is known color: Tussock. HEX triplet: C9, 9B and 47. RGB value is (201,155,71). Sum of RGB (Red+Green+Blue) = 201+155+71=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B47 is #3664B8. Grayscale: #9F9F9F. Windows color (decimal): -3564729 or 4692937. OLE color: 4692937.

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

Color convert

RGB 201 155 71 -
CMYK 0 0.23 0.65 0.21
HSL 38.77º 0.55% 0.53% -
HSV(B) 38.77º 0.65% 0.79% -
XYZ 36.95 36.32 11.02 -
YUV 159.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 201 155 71 0 0.23 0.65 0.21 38.77 0.55 0.53
Hex C9 9B 47 0 17 41 15 27 37 35
Octal 311 233 107 0 27 101 25 47 67 65
Binary 11001001 10011011 1000111 0 10111 1000001 10101 100111 110111 110101

Color Harmonies of #C99B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99B47

Black with #C99B47

Text Example


Text Example

White with #C99B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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