#C8934A

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

Shades of Tussock #C8934A

Tints of Tussock #C8934A

Color information

#C8934A (or 0xC8934A) is unknown color: approx Tussock. HEX triplet: C8, 93 and 4A. RGB value is (200,147,74). Sum of RGB (Red+Green+Blue) = 200+147+74=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8934A is #376CB5. Grayscale: #9A9A9A. Windows color (decimal): -3632310 or 4887496. OLE color: 4887496.

HSL color Cylindrical-coordinate representation of color #C8934A: hue angle of 34.76º 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 #C8934A is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB20014774-
CMYK00.260.630.22
HSL34.76º53.39%53.73%-
HSV(B)34.76º63%78.43%-
XYZ35.4933.6411.1-
YUV154.5282.56160.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 74 (29.30% from 255) = 17.58%
R=47.51%
G=34.92%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001477400.260.630.2234.7653.3953.73
HexC8934A01A3F16233536
Octal3102231120327726436566
Binary1100100010010011100101001101011111110110100011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8934A; }

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

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

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

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

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

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

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

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