#C1974F

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

Shades of Tussock #C1974F

Tints of Tussock #C1974F

Color information

#C1974F (or 0xC1974F) is unknown color: approx Tussock. HEX triplet: C1, 97 and 4F. RGB value is (193,151,79). Sum of RGB (Red+Green+Blue) = 193+151+79=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1974F is #3E68B0. Grayscale: #9B9B9B. Windows color (decimal): -4090033 or 5216193. OLE color: 5216193.

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

Color convert

RGB19315179-
CMYK00.220.590.24
HSL37.89º47.9%53.33%-
HSV(B)37.89º59.07%75.69%-
XYZ34.4734.0412.15-
YUV155.3584.91154.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 79 (31.25% from 255) = 18.68%
R=45.63%
G=35.70%
B=18.68%

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
Decimal1931517900.220.590.2437.8947.953.33
HexC1974F0163B18263035
Octal3012271170267330466065
Binary1100000110010111100111101011011101111000100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1974F; }

 p { color: rgb(193,151,79); }

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

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

 a { background-color: rgb(193,151,79); }

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

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

 span { border-color: rgb(193,151,79); }

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