#C1944E

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

Shades of Tussock #C1944E

Tints of Tussock #C1944E

Color information

#C1944E (or 0xC1944E) is unknown color: approx Tussock. HEX triplet: C1, 94 and 4E. RGB value is (193,148,78). Sum of RGB (Red+Green+Blue) = 193+148+78=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1944E is #3E6BB1. Grayscale: #999999. Windows color (decimal): -4090802 or 5149889. OLE color: 5149889.

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

Color convert

RGB19314878-
CMYK00.230.600.24
HSL36.52º48.12%53.14%-
HSV(B)36.52º59.59%75.69%-
XYZ33.9633.0711.8-
YUV153.4885.41156.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=46.06%
G=35.32%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931487800.230.600.2436.5248.1253.14
HexC1944E0173C18253035
Octal3012241160277430456065
Binary1100000110010100100111001011111110011000100101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1944E; }

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

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

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

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

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

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

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

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