#C2974F

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

Shades of Tussock #C2974F

Tints of Tussock #C2974F

Color information

#C2974F (or 0xC2974F) is unknown color: approx Tussock. HEX triplet: C2, 97 and 4F. RGB value is (194,151,79). Sum of RGB (Red+Green+Blue) = 194+151+79=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2974F is #3D68B0. Grayscale: #9B9B9B. Windows color (decimal): -4024497 or 5216194. OLE color: 5216194.

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

Color convert

RGB19415179-
CMYK00.220.590.24
HSL37.57º48.52%53.53%-
HSV(B)37.57º59.28%76.08%-
XYZ34.7334.1712.16-
YUV155.6584.75155.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=45.75%
G=35.61%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941517900.220.590.2437.5748.5253.53
HexC2974F0163B18263136
Octal3022271170267330466166
Binary1100001010010111100111101011011101111000100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2974F; }

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

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

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

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

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

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

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

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