#C1904A

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

Shades of Tussock #C1904A

Tints of Tussock #C1904A

Color information

#C1904A (or 0xC1904A) is unknown color: approx Tussock. HEX triplet: C1, 90 and 4A. RGB value is (193,144,74). Sum of RGB (Red+Green+Blue) = 193+144+74=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1904A is #3E6FB5. Grayscale: #979797. Windows color (decimal): -4091830 or 4886721. OLE color: 4886721.

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

Color convert

RGB19314474-
CMYK00.250.620.24
HSL35.29º48.97%52.35%-
HSV(B)35.29º61.66%75.69%-
XYZ33.231.7810.86-
YUV150.6784.73158.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=46.96%
G=35.04%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931447400.250.620.2435.2948.9752.35
HexC1904A0193E18233134
Octal3012201120317630436164
Binary1100000110010000100101001100111111011000100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1904A; }

 p { color: rgb(193,144,74); }

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

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

 a { background-color: rgb(193,144,74); }

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

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

 span { border-color: rgb(193,144,74); }

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