#C9974E

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

Shades of Tussock #C9974E

Tints of Tussock #C9974E

Color information

#C9974E (or 0xC9974E) is unknown color: approx Tussock. HEX triplet: C9, 97 and 4E. RGB value is (201,151,78). Sum of RGB (Red+Green+Blue) = 201+151+78=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9974E is #3668B1. Grayscale: #9D9D9D. Windows color (decimal): -3565746 or 5150665. OLE color: 5150665.

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

Color convert

RGB20115178-
CMYK00.250.610.21
HSL35.61º53.25%54.71%-
HSV(B)35.61º61.19%78.82%-
XYZ36.5335.112.06-
YUV157.6383.06158.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 78 (30.86% from 255) = 18.14%
R=46.74%
G=35.12%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011517800.250.610.2135.6153.2554.71
HexC9974E0193D15243537
Octal3112271160317525446567
Binary1100100110010111100111001100111110110101100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9974E; }

 p { color: rgb(201,151,78); }

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

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

 a { background-color: rgb(201,151,78); }

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

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

 span { border-color: rgb(201,151,78); }

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