#C2974D

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

Shades of Tussock #C2974D

Tints of Tussock #C2974D

Color information

#C2974D (or 0xC2974D) is unknown color: approx Tussock. HEX triplet: C2, 97 and 4D. RGB value is (194,151,77). Sum of RGB (Red+Green+Blue) = 194+151+77=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2974D is #3D68B2. Grayscale: #9B9B9B. Windows color (decimal): -4024499 or 5085122. OLE color: 5085122.

HSL color Cylindrical-coordinate representation of color #C2974D: hue angle of 37.95º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2974D is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19415177-
CMYK00.220.600.24
HSL37.95º48.95%53.14%-
HSV(B)37.95º60.31%76.08%-
XYZ34.6534.1411.78-
YUV155.4283.75155.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 77 (30.47% from 255) = 18.25%
R=45.97%
G=35.78%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941517700.220.600.2437.9548.9553.14
HexC2974D0163C18263135
Octal3022271150267430466165
Binary1100001010010111100110101011011110011000100110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2974D; }

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

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

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

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

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

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

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

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