#C8974F

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

Shades of Tussock #C8974F

Tints of Tussock #C8974F

Color information

#C8974F (or 0xC8974F) is unknown color: approx Tussock. HEX triplet: C8, 97 and 4F. RGB value is (200,151,79). Sum of RGB (Red+Green+Blue) = 200+151+79=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8974F is #3768B0. Grayscale: #9D9D9D. Windows color (decimal): -3631281 or 5216200. OLE color: 5216200.

HSL color Cylindrical-coordinate representation of color #C8974F: hue angle of 35.7º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8974F is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB20015179-
CMYK00.240.600.22
HSL35.7º52.38%54.71%-
HSV(B)35.7º60.5%78.43%-
XYZ36.334.9812.24-
YUV157.4483.73158.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 79 (31.25% from 255) = 18.37%
R=46.51%
G=35.12%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001517900.240.600.2235.752.3854.71
HexC8974F0183C16243437
Octal3102271170307426446467
Binary1100100010010111100111101100011110010110100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8974F; }

 p { color: rgb(200,151,79); }

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

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

 a { background-color: rgb(200,151,79); }

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

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

 span { border-color: rgb(200,151,79); }

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