#C2874C

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

Shades of Tussock #C2874C

Tints of Tussock #C2874C

Color information

#C2874C (or 0xC2874C) is unknown color: approx Tussock. HEX triplet: C2, 87 and 4C. RGB value is (194,135,76). Sum of RGB (Red+Green+Blue) = 194+135+76=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2874C is #3D78B3. Grayscale: #929292. Windows color (decimal): -4028596 or 5015490. OLE color: 5015490.

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

Color convert

RGB19413576-
CMYK00.300.610.24
HSL30º49.17%52.94%-
HSV(B)30º60.82%76.08%-
XYZ32.2229.3210.8-
YUV145.9188.55162.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 18.77%
R=47.90%
G=33.33%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941357600.300.610.243049.1752.94
HexC2874C01E3D181e3135
Octal3022071140367530366165
Binary110000101000011110011000111101111011100011110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2874C; }

 p { color: rgb(194,135,76); }

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

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

 a { background-color: rgb(194,135,76); }

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

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

 span { border-color: rgb(194,135,76); }

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