#C8914A

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

Shades of Tussock #C8914A

Tints of Tussock #C8914A

Color information

#C8914A (or 0xC8914A) is unknown color: approx Tussock. HEX triplet: C8, 91 and 4A. RGB value is (200,145,74). Sum of RGB (Red+Green+Blue) = 200+145+74=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8914A is #376EB5. Grayscale: #999999. Windows color (decimal): -3632822 or 4886984. OLE color: 4886984.

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

Color convert

RGB20014574-
CMYK00.280.630.22
HSL33.81º53.39%53.73%-
HSV(B)33.81º63%78.43%-
XYZ35.1833.0211-
YUV153.3583.22161.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 74 (29.30% from 255) = 17.66%
R=47.73%
G=34.61%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001457400.280.630.2233.8153.3953.73
HexC8914A01C3F16223536
Octal3102211120347726426566
Binary1100100010010001100101001110011111110110100010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8914A; }

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

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

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

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

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

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

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

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