#C99B48

Color #C99B48 Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C99B48

Tints of Tussock #C99B48

Color information

#C99B48 (or 0xC99B48) is unknown color: approx Tussock. HEX triplet: C9, 9B and 48. RGB value is (201,155,72). Sum of RGB (Red+Green+Blue) = 201+155+72=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B48 is #3664B7. Grayscale: #9F9F9F. Windows color (decimal): -3564728 or 4758473. OLE color: 4758473.

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

Color convert

RGB20115572-
CMYK00.230.640.21
HSL38.6º54.43%53.53%-
HSV(B)38.6º64.18%78.82%-
XYZ36.9836.3311.19-
YUV159.2978.74157.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 72 (28.52% from 255) = 16.82%
R=46.96%
G=36.21%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011557200.230.640.2138.654.4353.53
HexC99B480174015273636
Octal31123311002710025476666
Binary11001001100110111001000010111100000010101100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99B48; }

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

 H1.HeaderClassName
 {
   color: #C99B48;
 }
 .AnyTagClassName
 {
   color: #C99B48;
 }
</style>
background-color css

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

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

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

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

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

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