#C2984E

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

Shades of Tussock #C2984E

Tints of Tussock #C2984E

Color information

#C2984E (or 0xC2984E) is unknown color: approx Tussock. HEX triplet: C2, 98 and 4E. RGB value is (194,152,78). Sum of RGB (Red+Green+Blue) = 194+152+78=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2984E is #3D67B1. Grayscale: #9C9C9C. Windows color (decimal): -4024242 or 5150914. OLE color: 5150914.

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

Color convert

RGB19415278-
CMYK00.220.600.24
HSL38.28º48.74%53.33%-
HSV(B)38.28º59.79%76.08%-
XYZ34.8534.4812.03-
YUV156.1283.91155.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=45.75%
G=35.85%
B=18.40%

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
Decimal1941527800.220.600.2438.2848.7453.33
HexC2984E0163C18263135
Octal3022301160267430466165
Binary1100001010011000100111001011011110011000100110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2984E; }

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

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

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

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

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

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

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

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