#C7964E

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

Shades of Tussock #C7964E

Tints of Tussock #C7964E

Color information

#C7964E (or 0xC7964E) is unknown color: approx Tussock. HEX triplet: C7, 96 and 4E. RGB value is (199,150,78). Sum of RGB (Red+Green+Blue) = 199+150+78=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7964E is #3869B1. Grayscale: #9C9C9C. Windows color (decimal): -3697074 or 5150407. OLE color: 5150407.

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

Color convert

RGB19915078-
CMYK00.250.610.22
HSL35.7º51.93%54.31%-
HSV(B)35.7º60.8%78.04%-
XYZ35.8334.511.98-
YUV156.4483.73158.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 78 (30.86% from 255) = 18.27%
R=46.60%
G=35.13%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991507800.250.610.2235.751.9354.31
HexC7964E0193D16243436
Octal3072261160317526446466
Binary1100011110010110100111001100111110110110100100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7964E; }

 p { color: rgb(199,150,78); }

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

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

 a { background-color: rgb(199,150,78); }

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

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

 span { border-color: rgb(199,150,78); }

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