#C8924D

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

Shades of Tussock #C8924D

Tints of Tussock #C8924D

Color information

#C8924D (or 0xC8924D) is unknown color: approx Tussock. HEX triplet: C8, 92 and 4D. RGB value is (200,146,77). Sum of RGB (Red+Green+Blue) = 200+146+77=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8924D is #376DB2. Grayscale: #9A9A9A. Windows color (decimal): -3632563 or 5083848. OLE color: 5083848.

HSL color Cylindrical-coordinate representation of color #C8924D: hue angle of 33.66º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8924D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB20014677-
CMYK00.270.620.22
HSL33.66º52.79%54.31%-
HSV(B)33.66º61.5%78.43%-
XYZ35.4433.3711.6-
YUV154.2884.39160.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.28%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 77 (30.47% from 255) = 18.20%
R=47.28%
G=34.52%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001467700.270.620.2233.6652.7954.31
HexC8924D01B3E16223536
Octal3102221150337626426566
Binary1100100010010010100110101101111111010110100010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8924D; }

 p { color: rgb(200,146,77); }

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

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

 a { background-color: rgb(200,146,77); }

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

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

 span { border-color: rgb(200,146,77); }

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