#c2934e

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

Shades of Tussock #C2934E

Tints of Tussock #C2934E

Color information

#C2934E (or 0xC2934E) is unknown color: approx Tussock. HEX triplet: C2, 93 and 4E. RGB value is (194,147,78). Sum of RGB (Red+Green+Blue) = 194+147+78=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2934E is #3D6CB1. Grayscale: #999999. Windows color (decimal): -4025522 or 5149634. OLE color: 5149634.

HSL color Cylindrical-coordinate representation of color #C2934E: hue angle of 35.69º 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 #C2934E is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19414778-
CMYK00.240.600.24
HSL35.69º48.74%53.33%-
HSV(B)35.69º59.79%76.08%-
XYZ34.0632.8911.76-
YUV153.1985.57157.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=46.30%
G=35.08%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941477800.240.600.2435.6948.7453.33
HexC2934E0183C18243135
Octal3022231160307430446165
Binary1100001010010011100111001100011110011000100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2934e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2934e; }

 p { color: rgb(194,147,78); }

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

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

 a { background-color: rgb(194,147,78); }

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

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

 span { border-color: rgb(194,147,78); }

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