#C1934E

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

Shades of Tussock #C1934E

Tints of Tussock #C1934E

Color information

#C1934E (or 0xC1934E) is unknown color: approx Tussock. HEX triplet: C1, 93 and 4E. RGB value is (193,147,78). Sum of RGB (Red+Green+Blue) = 193+147+78=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1934E is #3E6CB1. Grayscale: #999999. Windows color (decimal): -4091058 or 5149633. OLE color: 5149633.

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

Color convert

RGB19314778-
CMYK00.240.600.24
HSL36º48.12%53.14%-
HSV(B)36º59.59%75.69%-
XYZ33.832.7511.75-
YUV152.8985.74156.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=46.17%
G=35.17%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931477800.240.600.243648.1253.14
HexC1934E0183C18243035
Octal3012231160307430446065
Binary1100000110010011100111001100011110011000100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1934E; }

 p { color: rgb(193,147,78); }

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

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

 a { background-color: rgb(193,147,78); }

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

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

 span { border-color: rgb(193,147,78); }

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