#C3974E

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

Shades of Tussock #C3974E

Tints of Tussock #C3974E

Color information

#C3974E (or 0xC3974E) is unknown color: approx Tussock. HEX triplet: C3, 97 and 4E. RGB value is (195,151,78). Sum of RGB (Red+Green+Blue) = 195+151+78=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3974E is #3C68B1. Grayscale: #9C9C9C. Windows color (decimal): -3958962 or 5150659. OLE color: 5150659.

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

Color convert

RGB19515178-
CMYK00.230.60.24
HSL37.44º49.37%53.53%-
HSV(B)37.44º60%76.47%-
XYZ34.9534.2911.98-
YUV155.8384.08155.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=45.99%
G=35.61%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951517800.230.60.2437.4449.3753.53
HexC3974E0173C18253136
Octal3032271160277430456166
Binary1100001110010111100111001011111110011000100101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3974E; }

 p { color: rgb(195,151,78); }

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

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

 a { background-color: rgb(195,151,78); }

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

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

 span { border-color: rgb(195,151,78); }

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