#C0974D

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

Shades of Tussock #C0974D

Tints of Tussock #C0974D

Color information

#C0974D (or 0xC0974D) is unknown color: approx Tussock. HEX triplet: C0, 97 and 4D. RGB value is (192,151,77). Sum of RGB (Red+Green+Blue) = 192+151+77=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0974D is #3F68B2. Grayscale: #9B9B9B. Windows color (decimal): -4155571 or 5085120. OLE color: 5085120.

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

Color convert

RGB19215177-
CMYK00.210.600.25
HSL38.61º47.72%52.75%-
HSV(B)38.61º59.9%75.29%-
XYZ34.1433.8811.76-
YUV154.8284.08154.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 77 (30.47% from 255) = 18.33%
R=45.71%
G=35.95%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921517700.210.600.2538.6147.7252.75
HexC0974D0153C19273035
Octal3002271150257431476065
Binary1100000010010111100110101010111110011001100111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0974D; }

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

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

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

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

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

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

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

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