#C3984F

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

Shades of Tussock #C3984F

Tints of Tussock #C3984F

Color information

#C3984F (or 0xC3984F) is unknown color: approx Tussock. HEX triplet: C3, 98 and 4F. RGB value is (195,152,79). Sum of RGB (Red+Green+Blue) = 195+152+79=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3984F is #3C67B0. Grayscale: #9C9C9C. Windows color (decimal): -3958705 or 5216451. OLE color: 5216451.

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

Color convert

RGB19515279-
CMYK00.220.590.24
HSL37.76º49.15%53.73%-
HSV(B)37.76º59.49%76.47%-
XYZ35.1534.6212.23-
YUV156.5484.25155.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=45.77%
G=35.68%
B=18.54%

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
Decimal1951527900.220.590.2437.7649.1553.73
HexC3984F0163B18263136
Octal3032301170267330466166
Binary1100001110011000100111101011011101111000100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3984F; }

 p { color: rgb(195,152,79); }

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

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

 a { background-color: rgb(195,152,79); }

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

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

 span { border-color: rgb(195,152,79); }

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