#C1944C

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

Shades of Tussock #C1944C

Tints of Tussock #C1944C

Color information

#C1944C (or 0xC1944C) is unknown color: approx Tussock. HEX triplet: C1, 94 and 4C. RGB value is (193,148,76). Sum of RGB (Red+Green+Blue) = 193+148+76=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1944C is #3E6BB3. Grayscale: #999999. Windows color (decimal): -4090804 or 5018817. OLE color: 5018817.

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

Color convert

RGB19314876-
CMYK00.230.610.24
HSL36.92º48.55%52.75%-
HSV(B)36.92º60.62%75.69%-
XYZ33.8933.0411.43-
YUV153.2584.41156.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 76 (30.08% from 255) = 18.23%
R=46.28%
G=35.49%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931487600.230.610.2436.9248.5552.75
HexC1944C0173D18253135
Octal3012241140277530456165
Binary1100000110010100100110001011111110111000100101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1944C; }

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

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

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

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

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

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

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

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