#C1904D

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

Shades of Tussock #C1904D

Tints of Tussock #C1904D

Color information

#C1904D (or 0xC1904D) is unknown color: approx Tussock. HEX triplet: C1, 90 and 4D. RGB value is (193,144,77). Sum of RGB (Red+Green+Blue) = 193+144+77=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1904D is #3E6FB2. Grayscale: #979797. Windows color (decimal): -4091827 or 5083329. OLE color: 5083329.

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

Color convert

RGB19314477-
CMYK00.250.600.24
HSL34.66º48.33%52.94%-
HSV(B)34.66º60.1%75.69%-
XYZ33.3131.8211.41-
YUV151.0186.23157.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 77 (30.47% from 255) = 18.60%
R=46.62%
G=34.78%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931447700.250.600.2434.6648.3352.94
HexC1904D0193C18233035
Octal3012201150317430436065
Binary1100000110010000100110101100111110011000100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1904D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1904D; }

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

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

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

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

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

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

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

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