#C8924A

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

Shades of Tussock #C8924A

Tints of Tussock #C8924A

Color information

#C8924A (or 0xC8924A) is unknown color: approx Tussock. HEX triplet: C8, 92 and 4A. RGB value is (200,146,74). Sum of RGB (Red+Green+Blue) = 200+146+74=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8924A is #376DB5. Grayscale: #9A9A9A. Windows color (decimal): -3632566 or 4887240. OLE color: 4887240.

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

Color convert

RGB20014674-
CMYK00.270.630.22
HSL34.29º53.39%53.73%-
HSV(B)34.29º63%78.43%-
XYZ35.3333.3311.05-
YUV153.9482.89160.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 74 (29.30% from 255) = 17.62%
R=47.62%
G=34.76%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001467400.270.630.2234.2953.3953.73
HexC8924A01B3F16223536
Octal3102221120337726426566
Binary1100100010010010100101001101111111110110100010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8924A; }

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

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

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

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

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

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

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

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