#C0974A

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

Shades of Tussock #C0974A

Tints of Tussock #C0974A

Color information

#C0974A (or 0xC0974A) is unknown color: approx Tussock. HEX triplet: C0, 97 and 4A. RGB value is (192,151,74). Sum of RGB (Red+Green+Blue) = 192+151+74=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0974A is #3F68B5. Grayscale: #9A9A9A. Windows color (decimal): -4155574 or 4888512. OLE color: 4888512.

HSL color Cylindrical-coordinate representation of color #C0974A: hue angle of 39.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0974A is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19215174-
CMYK00.210.610.25
HSL39.15º48.36%52.16%-
HSV(B)39.15º61.46%75.29%-
XYZ34.0433.8311.22-
YUV154.4882.58154.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=46.04%
G=36.21%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921517400.210.610.2539.1548.3652.16
HexC0974A0153D19273034
Octal3002271120257531476064
Binary1100000010010111100101001010111110111001100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0974A; }

 p { color: rgb(192,151,74); }

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

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

 a { background-color: rgb(192,151,74); }

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

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

 span { border-color: rgb(192,151,74); }

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